Color Hex Logo

#cc585a Color Hex

#CC585A
(204,88,90)
0 Favorites   0 Comments

Color spaces of #cc585a

RGB 2048890
HSL1.000.530.57
HSV359°57°80°
CMYK 0.000.570.56   0.20
XYZ30.237020.555012.0467
Yxy20.55500.48120.3271
Hunter Lab45.337639.706115.9823
CIE-Lab52.459046.244722.0192

#cc585a color RGB value is (204,88,90).

#cc585a hex color red value is 204, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cc585a hue: 1.00 , saturation: 0.53 and the lightness value of cc585a is 0.57.

The process color (four color CMYK) of #cc585a color hex is 0.00, 0.57, 0.56, 0.20. Web safe color of #cc585a is #cc6666. Color #cc585a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 01011010
Octal 314 130 132
Decimal 204 88 90
Hex CC 58 5A

RGB Percentages of Color #cc585a

%53.40
%23.04
%23.56

CMYK Percentages of Color #cc585a

%0
%57
%56
%20

Triadic Colors of #cc585a

#cc585a #5acc58 #585acc

Analogous Colors of #cc585a

#cc585a #cc9058 #cc5894

Monochromatic Colors of #cc585a

#cc585a

Complementary Color

#cc585a #58ccca

#cc585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc585a Color CSS Codes

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

#cc585a Text Font Color

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

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


#cc585a Background Color

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

This div background color is #cc585a


#cc585a Border Color

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

This div border color is #cc585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc585a

#cc585a Color Palettes


Comments

No comments written yet.

Please login to write comment.