Color Hex Logo

#c8184a Color Hex

#C8184A
(200,24,74)
0 Favorites   0 Comments

Color spaces of #c8184a

RGB 2002474
HSL0.950.790.44
HSV343°88°78°
CMYK 0.000.880.63   0.22
XYZ25.382113.42707.7325
Yxy13.42700.54540.2885
Hunter Lab36.642959.519913.1384
CIE-Lab43.399765.949919.5905

#c8184a color RGB value is (200,24,74).

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

The process color (four color CMYK) of #c8184a color hex is 0.00, 0.88, 0.63, 0.22. Web safe color of #c8184a is #cc0033. Color #c8184a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 01001010
Octal 310 30 112
Decimal 200 24 74
Hex C8 18 4A

RGB Percentages of Color #c8184a

%67.11
%8.05
%24.83

CMYK Percentages of Color #c8184a

%0
%88
%63
%22

Triadic Colors of #c8184a

#c8184a #4ac818 #184ac8

Analogous Colors of #c8184a

#c8184a #c83e18 #c818a2

Monochromatic Colors of #c8184a

#c8184a

Complementary Color

#c8184a #18c896

#c8184a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8184a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8184a Color CSS Codes

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

#c8184a Text Font Color

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

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


#c8184a Background Color

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

This div background color is #c8184a


#c8184a Border Color

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

This div border color is #c8184a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,24,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8184a

#c8184a Color Palettes


Comments

No comments written yet.

Please login to write comment.