Color Hex Logo

#cd058f Color Hex

#CD058F
(205,5,143)
0 Favorites   0 Comments

Color spaces of #cd058f

RGB 2055143
HSL0.890.950.41
HSV319°98°80°
CMYK 0.000.980.30   0.20
XYZ30.189015.070827.3044
Yxy15.07080.41600.2077
Hunter Lab38.821170.8724-14.5262
CIE-Lab45.731075.0639-19.6882

#cd058f color RGB value is (205,5,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000101 10001111
Octal 315 5 217
Decimal 205 5 143
Hex CD 5 8F

RGB Percentages of Color #cd058f

%58.07
%1.42
%40.51

CMYK Percentages of Color #cd058f

%0
%98
%30
%20

Triadic Colors of #cd058f

#cd058f #8fcd05 #058fcd

Analogous Colors of #cd058f

#cd058f #cd052b #a705cd

Monochromatic Colors of #cd058f

#cd058f

Complementary Color

#cd058f #05cd43

#cd058f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd058f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd058f Color CSS Codes

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

#cd058f Text Font Color

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

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


#cd058f Background Color

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

This div background color is #cd058f


#cd058f Border Color

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

This div border color is #cd058f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,5,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 #cd058f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd058f


Comments

No comments written yet.

Please login to write comment.