Color Hex Logo

#cc525b Color Hex

#CC525B
(204,82,91)
0 Favorites   0 Comments

Color spaces of #cc525b

RGB 2048291
HSL0.990.540.56
HSV356°60°80°
CMYK 0.000.600.55   0.20
XYZ29.807519.627312.1149
Yxy19.62730.48430.3189
Hunter Lab44.302742.567614.7986
CIE-Lab51.413249.128720.0352

#cc525b color RGB value is (204,82,91).

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

The process color (four color CMYK) of #cc525b color hex is 0.00, 0.60, 0.55, 0.20. Web safe color of #cc525b is #cc6666. Color #cc525b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 01011011
Octal 314 122 133
Decimal 204 82 91
Hex CC 52 5B

RGB Percentages of Color #cc525b

%54.11
%21.75
%24.14

CMYK Percentages of Color #cc525b

%0
%60
%55
%20

Triadic Colors of #cc525b

#cc525b #5bcc52 #525bcc

Analogous Colors of #cc525b

#cc525b #cc8652 #cc5298

Monochromatic Colors of #cc525b

#cc525b

Complementary Color

#cc525b #52ccc3

#cc525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc525b Color CSS Codes

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

#cc525b Text Font Color

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

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


#cc525b Background Color

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

This div background color is #cc525b


#cc525b Border Color

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

This div border color is #cc525b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,82,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 #cc525b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc525b


Comments

No comments written yet.

Please login to write comment.