Color Hex Logo

#cd424b Color Hex

#CD424B
(205,66,75)
0 Favorites   0 Comments

Color spaces of #cd424b

RGB 2056675
HSL0.990.580.53
HSV356°68°80°
CMYK 0.000.680.63   0.20
XYZ28.395117.38368.5154
Yxy17.38360.52300.3202
Hunter Lab41.693648.602017.0763
CIE-Lab48.739855.199426.0917

#cd424b color RGB value is (205,66,75).

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

The process color (four color CMYK) of #cd424b color hex is 0.00, 0.68, 0.63, 0.20. Web safe color of #cd424b is #cc3333. Color #cd424b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 01001011
Octal 315 102 113
Decimal 205 66 75
Hex CD 42 4B

RGB Percentages of Color #cd424b

%59.25
%19.08
%21.68

CMYK Percentages of Color #cd424b

%0
%68
%63
%20

Triadic Colors of #cd424b

#cd424b #4bcd42 #424bcd

Analogous Colors of #cd424b

#cd424b #cd7f42 #cd4291

Monochromatic Colors of #cd424b

#cd424b

Complementary Color

#cd424b #42cdc4

#cd424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd424b Color CSS Codes

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

#cd424b Text Font Color

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

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


#cd424b Background Color

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

This div background color is #cd424b


#cd424b Border Color

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

This div border color is #cd424b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd424b


Comments

No comments written yet.

Please login to write comment.