Color Hex Logo

#cd007d Color Hex

#CD007D
(205,0,125)
0 Favorites   0 Comments

Color spaces of #cd007d

RGB 2050125
HSL0.901.000.40
HSV323°100°80°
CMYK 0.001.000.39   0.20
XYZ28.878514.459820.6710
Yxy14.45980.45120.2259
Hunter Lab38.026069.0145-5.6119
CIE-Lab44.885273.6999-9.9723

#cd007d color RGB value is (205,0,125).

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

The process color (four color CMYK) of #cd007d color hex is 0.00, 1.00, 0.39, 0.20. Web safe color of #cd007d is #cc0066. Color #cd007d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 01111101
Octal 315 0 175
Decimal 205 0 125
Hex CD 0 7D

RGB Percentages of Color #cd007d

%62.12
%0.00
%37.88

CMYK Percentages of Color #cd007d

%0
%100
%39
%20

Triadic Colors of #cd007d

#cd007d #7dcd00 #007dcd

Analogous Colors of #cd007d

#cd007d #cd0016 #b700cd

Monochromatic Colors of #cd007d

#cd007d

Complementary Color

#cd007d #00cd50

#cd007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd007d Color CSS Codes

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

#cd007d Text Font Color

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

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


#cd007d Background Color

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

This div background color is #cd007d


#cd007d Border Color

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

This div border color is #cd007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd007d


Comments

No comments written yet.

Please login to write comment.