Color Hex Logo

#cd007b Color Hex

#CD007B
(205,0,123)
0 Favorites   0 Comments

Color spaces of #cd007b

RGB 2050123
HSL0.901.000.40
HSV324°100°80°
CMYK 0.001.000.40   0.20
XYZ28.752014.409220.0047
Yxy14.40920.45520.2281
Hunter Lab37.959568.7740-4.6743
CIE-Lab44.814173.5148-8.8463

#cd007b color RGB value is (205,0,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 01111011
Octal 315 0 173
Decimal 205 0 123
Hex CD 0 7B

RGB Percentages of Color #cd007b

%62.50
%0.00
%37.50

CMYK Percentages of Color #cd007b

%0
%100
%40
%20

Triadic Colors of #cd007b

#cd007b #7bcd00 #007bcd

Analogous Colors of #cd007b

#cd007b #cd0015 #b900cd

Monochromatic Colors of #cd007b

#cd007b

Complementary Color

#cd007b #00cd52

#cd007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd007b Color CSS Codes

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

#cd007b Text Font Color

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

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


#cd007b Background Color

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

This div background color is #cd007b


#cd007b Border Color

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

This div border color is #cd007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd007b


Comments

No comments written yet.

Please login to write comment.