Color Hex Logo

#cd059f Color Hex

#CD059F
(205,5,159)
0 Favorites   0 Comments

Color spaces of #cd059f

RGB 2055159
HSL0.870.950.41
HSV314°98°80°
CMYK 0.000.980.22   0.20
XYZ31.489115.590934.1506
Yxy15.59090.38770.1919
Hunter Lab39.485373.2525-23.6398
CIE-Lab46.433176.8661-28.2431

#cd059f color RGB value is (205,5,159).

#cd059f hex color red value is 205, green value is 5 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd059f hue: 0.87 , saturation: 0.95 and the lightness value of cd059f is 0.41.

The process color (four color CMYK) of #cd059f color hex is 0.00, 0.98, 0.22, 0.20. Web safe color of #cd059f is #cc0099. Color #cd059f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000101 10011111
Octal 315 5 237
Decimal 205 5 159
Hex CD 5 9F

RGB Percentages of Color #cd059f

%55.56
%1.36
%43.09

CMYK Percentages of Color #cd059f

%0
%98
%22
%20

Triadic Colors of #cd059f

#cd059f #9fcd05 #059fcd

Analogous Colors of #cd059f

#cd059f #cd053b #9705cd

Monochromatic Colors of #cd059f

#cd059f

Complementary Color

#cd059f #05cd33

#cd059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd059f Color CSS Codes

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

#cd059f Text Font Color

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

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


#cd059f Background Color

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

This div background color is #cd059f


#cd059f Border Color

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

This div border color is #cd059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd059f


Comments

No comments written yet.

Please login to write comment.