Color Hex Logo

#cc184d Color Hex

#CC184D
(204,24,77)
0 Favorites   0 Comments

Color spaces of #cc184d

RGB 2042477
HSL0.950.790.45
HSV342°88°80°
CMYK 0.000.880.62   0.20
XYZ26.568014.02658.3283
Yxy14.02650.54310.2867
Hunter Lab37.452061.084913.0319
CIE-Lab44.270967.133119.0178

#cc184d color RGB value is (204,24,77).

#cc184d hex color red value is 204, green value is 24 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc184d hue: 0.95 , saturation: 0.79 and the lightness value of cc184d is 0.45.

The process color (four color CMYK) of #cc184d color hex is 0.00, 0.88, 0.62, 0.20. Web safe color of #cc184d is #cc0066. Color #cc184d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 01001101
Octal 314 30 115
Decimal 204 24 77
Hex CC 18 4D

RGB Percentages of Color #cc184d

%66.89
%7.87
%25.25

CMYK Percentages of Color #cc184d

%0
%88
%62
%20

Triadic Colors of #cc184d

#cc184d #4dcc18 #184dcc

Analogous Colors of #cc184d

#cc184d #cc3d18 #cc18a7

Monochromatic Colors of #cc184d

#cc184d

Complementary Color

#cc184d #18cc97

#cc184d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc184d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc184d Color CSS Codes

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

#cc184d Text Font Color

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

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


#cc184d Background Color

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

This div background color is #cc184d


#cc184d Border Color

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

This div border color is #cc184d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc184d


Comments

No comments written yet.

Please login to write comment.