Color Hex Logo

#cd097f Color Hex

#CD097F
(205,9,127)
0 Favorites   0 Comments

Color spaces of #cd097f

RGB 2059127
HSL0.900.920.42
HSV324°96°80°
CMYK 0.000.960.38   0.20
XYZ29.105314.706821.3834
Yxy14.70680.44640.2256
Hunter Lab38.349468.3610-6.2151
CIE-Lab45.230073.0917-10.6836

#cd097f color RGB value is (205,9,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001001 01111111
Octal 315 11 177
Decimal 205 9 127
Hex CD 9 7F

RGB Percentages of Color #cd097f

%60.12
%2.64
%37.24

CMYK Percentages of Color #cd097f

%0
%96
%38
%20

Triadic Colors of #cd097f

#cd097f #7fcd09 #097fcd

Analogous Colors of #cd097f

#cd097f #cd091d #b909cd

Monochromatic Colors of #cd097f

#cd097f

Complementary Color

#cd097f #09cd57

#cd097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd097f Color CSS Codes

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

#cd097f Text Font Color

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

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


#cd097f Background Color

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

This div background color is #cd097f


#cd097f Border Color

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

This div border color is #cd097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd097f


Comments

No comments written yet.

Please login to write comment.