Color Hex Logo

#c6184a Color Hex

#C6184A
(198,24,74)
0 Favorites   0 Comments

Color spaces of #c6184a

RGB 1982474
HSL0.950.780.44
HSV343°88°78°
CMYK 0.000.880.63   0.22
XYZ24.851413.15347.7076
Yxy13.15340.54360.2877
Hunter Lab36.267658.844012.7870
CIE-Lab42.993565.441018.9791

#c6184a color RGB value is (198,24,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 01001010
Octal 306 30 112
Decimal 198 24 74
Hex C6 18 4A

RGB Percentages of Color #c6184a

%66.89
%8.11
%25.00

CMYK Percentages of Color #c6184a

%0
%88
%63
%22

Triadic Colors of #c6184a

#c6184a #4ac618 #184ac6

Analogous Colors of #c6184a

#c6184a #c63d18 #c618a1

Monochromatic Colors of #c6184a

#c6184a

Complementary Color

#c6184a #18c694

#c6184a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6184a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6184a Color CSS Codes

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

#c6184a Text Font Color

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

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


#c6184a Background Color

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

This div background color is #c6184a


#c6184a Border Color

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

This div border color is #c6184a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6184a


Comments

No comments written yet.

Please login to write comment.