Hex #cd6090 Color

#cd6090
equivalent to

RGB

(205, 96, 144)

Details of #cd6090

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
205
34.3937
0.93
0.00
55.4397
23.3585
334°
48.3306
96
23.3585
0.52
0.53
48.3713
0.3961
53°
42.4483
144
29.0814
0.59
0.30   0.20
-5.6279
0.2690
80°
-1.8321

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001101
315
205
CD
Green
1100000
140
96
60
Blue
10010000
220
144
90

RGB in % of #cd6090

%46.07
%21.57
%32.36

CMYK in % of #cd6090

%0
%53
%30
%20

Triads of color #cd6090

#cd6090 #6090cd #90cd90

Similar Colors to #cd6090

#cd6090 #cd60c7 #cd6760

Preview Color #cd6090 on black ground

#cd6090 is very interesting for text.

Preview Color #cd6090 on white ground

#cd6090 is very interesting for text.

CSS Codes #cd6090 color

.mybgcolor {background-color:#cd6090; }
.myforecolor {color:#cd6090; }
.mybordercolor {border:3px solid #cd6090; }

Text Font Color #cd6090

<p style="color:#cd6090">Text here</p>

This sample text font color is #cd6090
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #cd6090

<div style="background-color:#cd6090">
Div content here</div>

This div background color is #cd6090


Border Color #cd6090

<div style="border:3px solid #cd6090">
Div here</div>

The color of this border is #cd6090


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cd6090; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cd6090;
-webkit-box-shadow: 1px 1px 3px 2px #cd6090;
box-shadow:         1px 1px 3px 2px #cd6090; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #cd6090">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #cd6090;
  -webkit-box-shadow: 1px 1px 3px 2px #cd6090;
  box-shadow:         1px 1px 3px 2px #cd6090;">
Div content here</div>

The shadow of div box using color #cd6090