Color Hex Logo

#cd325d Color Hex

#CD325D
(205,50,93)
0 Favorites   0 Comments

Color spaces of #cd325d

RGB 2055093
HSL0.950.610.50
HSV343°76°80°
CMYK 0.000.760.55   0.20
XYZ28.293216.050711.9628
Yxy16.05070.50250.2851
Hunter Lab40.063355.948010.3405
CIE-Lab47.040962.121712.9011

#cd325d color RGB value is (205,50,93).

#cd325d hex color red value is 205, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd325d hue: 0.95 , saturation: 0.61 and the lightness value of cd325d is 0.50.

The process color (four color CMYK) of #cd325d color hex is 0.00, 0.76, 0.55, 0.20. Web safe color of #cd325d is #cc3366. Color #cd325d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110010 01011101
Octal 315 62 135
Decimal 205 50 93
Hex CD 32 5D

RGB Percentages of Color #cd325d

%58.91
%14.37
%26.72

CMYK Percentages of Color #cd325d

%0
%76
%55
%20

Triadic Colors of #cd325d

#cd325d #5dcd32 #325dcd

Analogous Colors of #cd325d

#cd325d #cd5532 #cd32ab

Monochromatic Colors of #cd325d

#cd325d

Complementary Color

#cd325d #32cda2

#cd325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd325d Color CSS Codes

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

#cd325d Text Font Color

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

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


#cd325d Background Color

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

This div background color is #cd325d


#cd325d Border Color

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

This div border color is #cd325d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd325d


Comments

No comments written yet.

Please login to write comment.