color codes Logo

#cd474c color codes

#CD474C
(205,71,76)
0 Favorites   0 Comments

Color spaces of #cd474c

RGB 2057176
HSL0.990.570.54
HSV358°65°80°
CMYK 0.000.650.63   0.20
XYZ28.734618.00748.7988
Yxy18.00740.51740.3242
Hunter Lab42.435146.608317.4110
CIE-Lab49.505153.227626.4727

#cd474c color RGB value is (205,71,76).

#cd474c hex color red value is 205, green value is 71 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cd474c hue: 0.99 , saturation: 0.57 and the lightness value of cd474c is 0.54.

The process color (four color CMYK) of #cd474c color code is 0.00, 0.65, 0.63, 0.20. Web safe color of #cd474c is #cc3333. Color #cd474c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 01001100
Octal 315 107 114
Decimal 205 71 76
Hex CD 47 4C

RGB Percentages of Color #cd474c

%58.24
%20.17
%21.59

CMYK Percentages of Color #cd474c

%0
%65
%63
%20

Triadic Colors of #cd474c

#cd474c #4ccd47 #474ccd

Analogous Colors of #cd474c

#cd474c #cd8547 #cd478f

Monochromatic Colors of #cd474c

#cd474c

Complementary Color

#cd474c #47cdc8

#cd474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd474c Color CSS Codes

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

#cd474c Text Font Color

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

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


#cd474c Background Color

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

This div background color is #cd474c


#cd474c Border Color

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

This div border color is #cd474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd474c


Comments

No comments written yet.

Please login to write comment.