Color Hex Logo

#cc584d Color Hex

#CC584D
(204,88,77)
0 Favorites   0 Comments

Color spaces of #cc584d

RGB 2048877
HSL0.010.550.55
HSV62°80°
CMYK 0.000.570.62   0.20
XYZ29.731120.35269.3826
Yxy20.35260.50000.3423
Hunter Lab45.113938.686519.2488
CIE-Lab52.233545.302129.3053

#cc584d color RGB value is (204,88,77).

#cc584d hex color red value is 204, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc584d hue: 0.01 , saturation: 0.55 and the lightness value of cc584d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 01001101
Octal 314 130 115
Decimal 204 88 77
Hex CC 58 4D

RGB Percentages of Color #cc584d

%55.28
%23.85
%20.87

CMYK Percentages of Color #cc584d

%0
%57
%62
%20

Triadic Colors of #cc584d

#cc584d #4dcc58 #584dcc

Analogous Colors of #cc584d

#cc584d #cc984d #cc4d82

Monochromatic Colors of #cc584d

#cc584d

Complementary Color

#cc584d #4dc1cc

#cc584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc584d Color CSS Codes

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

#cc584d Text Font Color

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

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


#cc584d Background Color

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

This div background color is #cc584d


#cc584d Border Color

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

This div border color is #cc584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc584d


Comments

No comments written yet.

Please login to write comment.