Color Hex Logo

#cd008f Color Hex

#CD008F
(205,0,143)
0 Favorites   0 Comments

Color spaces of #cd008f

RGB 2050143
HSL0.881.000.40
HSV318°100°80°
CMYK 0.001.000.30   0.20
XYZ30.134814.962327.2863
Yxy14.96230.41630.2067
Hunter Lab38.681171.3697-14.7473
CIE-Lab45.582575.4997-19.9164

#cd008f color RGB value is (205,0,143).

#cd008f hex color red value is 205, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cd008f hue: 0.88 , saturation: 1.00 and the lightness value of cd008f is 0.40.

The process color (four color CMYK) of #cd008f color hex is 0.00, 1.00, 0.30, 0.20. Web safe color of #cd008f is #cc0099. Color #cd008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 10001111
Octal 315 0 217
Decimal 205 0 143
Hex CD 0 8F

RGB Percentages of Color #cd008f

%58.91
%0.00
%41.09

CMYK Percentages of Color #cd008f

%0
%100
%30
%20

Triadic Colors of #cd008f

#cd008f #8fcd00 #008fcd

Analogous Colors of #cd008f

#cd008f #cd0028 #a500cd

Monochromatic Colors of #cd008f

#cd008f

Complementary Color

#cd008f #00cd3e

#cd008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd008f Color CSS Codes

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

#cd008f Text Font Color

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

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


#cd008f Background Color

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

This div background color is #cd008f


#cd008f Border Color

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

This div border color is #cd008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd008f


Comments

No comments written yet.

Please login to write comment.