Color Hex Logo

#cd1586 Color Hex

#CD1586
(205,21,134)
0 Favorites   0 Comments

Color spaces of #cd1586

RGB 20521134
HSL0.900.810.44
HSV323°90°80°
CMYK 0.000.900.35   0.20
XYZ29.748115.236723.9273
Yxy15.23670.43170.2211
Hunter Lab39.034267.7255-9.0198
CIE-Lab45.956772.4222-13.8690

#cd1586 color RGB value is (205,21,134).

#cd1586 hex color red value is 205, green value is 21 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cd1586 hue: 0.90 , saturation: 0.81 and the lightness value of cd1586 is 0.44.

The process color (four color CMYK) of #cd1586 color hex is 0.00, 0.90, 0.35, 0.20. Web safe color of #cd1586 is #cc0099. Color #cd1586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010101 10000110
Octal 315 25 206
Decimal 205 21 134
Hex CD 15 86

RGB Percentages of Color #cd1586

%56.94
%5.83
%37.22

CMYK Percentages of Color #cd1586

%0
%90
%35
%20

Triadic Colors of #cd1586

#cd1586 #86cd15 #1586cd

Analogous Colors of #cd1586

#cd1586 #cd152a #b815cd

Monochromatic Colors of #cd1586

#cd1586

Complementary Color

#cd1586 #15cd5c

#cd1586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd1586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd1586 Color CSS Codes

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

#cd1586 Text Font Color

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

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


#cd1586 Background Color

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

This div background color is #cd1586


#cd1586 Border Color

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

This div border color is #cd1586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd1586


Comments

No comments written yet.

Please login to write comment.