Color Hex Logo

#cd3576 Color Hex

#CD3576
(205,53,118)
0 Favorites   0 Comments

Color spaces of #cd3576

RGB 20553118
HSL0.930.600.51
HSV334°74°80°
CMYK 0.000.740.42   0.20
XYZ29.720016.833318.8223
Yxy16.83330.45460.2575
Hunter Lab41.028457.50141.5198
CIE-Lab48.049363.2954-0.9827

#cd3576 color RGB value is (205,53,118).

#cd3576 hex color red value is 205, green value is 53 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cd3576 hue: 0.93 , saturation: 0.60 and the lightness value of cd3576 is 0.51.

The process color (four color CMYK) of #cd3576 color hex is 0.00, 0.74, 0.42, 0.20. Web safe color of #cd3576 is #cc3366. Color #cd3576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 01110110
Octal 315 65 166
Decimal 205 53 118
Hex CD 35 76

RGB Percentages of Color #cd3576

%54.52
%14.10
%31.38

CMYK Percentages of Color #cd3576

%0
%74
%42
%20

Triadic Colors of #cd3576

#cd3576 #76cd35 #3576cd

Analogous Colors of #cd3576

#cd3576 #cd4035 #cd35c2

Monochromatic Colors of #cd3576

#cd3576

Complementary Color

#cd3576 #35cd8c

#cd3576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd3576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd3576 Color CSS Codes

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

#cd3576 Text Font Color

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

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


#cd3576 Background Color

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

This div background color is #cd3576


#cd3576 Border Color

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

This div border color is #cd3576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd3576


Comments

No comments written yet.

Please login to write comment.