Color Hex Logo

#cd424d Color Hex

#CD424D
(205,66,77)
0 Favorites   0 Comments

Color spaces of #cd424d

RGB 2056677
HSL0.990.580.53
HSV355°68°80°
CMYK 0.000.680.62   0.20
XYZ28.464617.41148.8817
Yxy17.41140.51980.3180
Hunter Lab41.727048.743916.5888
CIE-Lab48.774355.323224.9419

#cd424d color RGB value is (205,66,77).

#cd424d hex color red value is 205, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cd424d hue: 0.99 , saturation: 0.58 and the lightness value of cd424d is 0.53.

The process color (four color CMYK) of #cd424d color hex is 0.00, 0.68, 0.62, 0.20. Web safe color of #cd424d is #cc3366. Color #cd424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 01001101
Octal 315 102 115
Decimal 205 66 77
Hex CD 42 4D

RGB Percentages of Color #cd424d

%58.91
%18.97
%22.13

CMYK Percentages of Color #cd424d

%0
%68
%62
%20

Triadic Colors of #cd424d

#cd424d #4dcd42 #424dcd

Analogous Colors of #cd424d

#cd424d #cd7d42 #cd4293

Monochromatic Colors of #cd424d

#cd424d

Complementary Color

#cd424d #42cdc2

#cd424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd424d Color CSS Codes

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

#cd424d Text Font Color

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

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


#cd424d Background Color

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

This div background color is #cd424d


#cd424d Border Color

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

This div border color is #cd424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd424d


Comments

No comments written yet.

Please login to write comment.