Color Hex Logo

#cd096b Color Hex

#CD096B
(205,9,107)
0 Favorites   0 Comments

Color spaces of #cd096b

RGB 2059107
HSL0.920.920.42
HSV330°96°80°
CMYK 0.000.960.48   0.20
XYZ27.928414.236015.1858
Yxy14.23600.48700.2482
Hunter Lab37.730666.09802.5484
CIE-Lab44.569571.33340.7118

#cd096b color RGB value is (205,9,107).

#cd096b hex color red value is 205, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cd096b hue: 0.92 , saturation: 0.92 and the lightness value of cd096b is 0.42.

The process color (four color CMYK) of #cd096b color hex is 0.00, 0.96, 0.48, 0.20. Web safe color of #cd096b is #cc0066. Color #cd096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001001 01101011
Octal 315 11 153
Decimal 205 9 107
Hex CD 9 6B

RGB Percentages of Color #cd096b

%63.86
%2.80
%33.33

CMYK Percentages of Color #cd096b

%0
%96
%48
%20

Triadic Colors of #cd096b

#cd096b #6bcd09 #096bcd

Analogous Colors of #cd096b

#cd096b #cd0909 #cd09cd

Monochromatic Colors of #cd096b

#cd096b

Complementary Color

#cd096b #09cd6b

#cd096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd096b Color CSS Codes

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

#cd096b Text Font Color

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

This sample text font color is #cd096b
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.


#cd096b Background Color

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

This div background color is #cd096b


#cd096b Border Color

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

This div border color is #cd096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd096b


Comments

No comments written yet.

Please login to write comment.