Color Hex Logo

#cc475b Color Hex

#CC475B
(204,71,91)
0 Favorites   0 Comments

Color spaces of #cc475b

RGB 2047191
HSL0.970.570.54
HSV351°65°80°
CMYK 0.000.650.55   0.20
XYZ29.043418.099211.8603
Yxy18.09920.49220.3068
Hunter Lab42.543247.408013.2512
CIE-Lab49.616253.946417.6156

#cc475b color RGB value is (204,71,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 01011011
Octal 314 107 133
Decimal 204 71 91
Hex CC 47 5B

RGB Percentages of Color #cc475b

%55.74
%19.40
%24.86

CMYK Percentages of Color #cc475b

%0
%65
%55
%20

Triadic Colors of #cc475b

#cc475b #5bcc47 #475bcc

Analogous Colors of #cc475b

#cc475b #cc7647 #cc479e

Monochromatic Colors of #cc475b

#cc475b

Complementary Color

#cc475b #47ccb8

#cc475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc475b Color CSS Codes

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

#cc475b Text Font Color

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

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


#cc475b Background Color

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

This div background color is #cc475b


#cc475b Border Color

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

This div border color is #cc475b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc475b


Comments

No comments written yet.

Please login to write comment.