Color Hex Logo

#cd005f Color Hex

#CD005F
(205,0,95)
0 Favorites   0 Comments

Color spaces of #cd005f

RGB 205095
HSL0.921.000.40
HSV332°100°80°
CMYK 0.001.000.54   0.20
XYZ27.242413.805412.0553
Yxy13.80540.51300.2600
Hunter Lab37.155665.85346.7720
CIE-Lab43.952571.24847.3300

#cd005f color RGB value is (205,0,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 01011111
Octal 315 0 137
Decimal 205 0 95
Hex CD 0 5F

RGB Percentages of Color #cd005f

%68.33
%0.00
%31.67

CMYK Percentages of Color #cd005f

%0
%100
%54
%20

Triadic Colors of #cd005f

#cd005f #5fcd00 #005fcd

Analogous Colors of #cd005f

#cd005f #cd0800 #cd00c6

Monochromatic Colors of #cd005f

#cd005f

Complementary Color

#cd005f #00cd6e

#cd005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd005f Color CSS Codes

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

#cd005f Text Font Color

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

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


#cd005f Background Color

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

This div background color is #cd005f


#cd005f Border Color

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

This div border color is #cd005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd005f


Comments

No comments written yet.

Please login to write comment.