Color Hex Logo

#c6154e Color Hex

#C6154E
(198,21,78)
0 Favorites   0 Comments

Color spaces of #c6154e

RGB 1982178
HSL0.950.810.43
HSV341°89°78°
CMYK 0.000.890.61   0.22
XYZ24.932013.09228.4207
Yxy13.09220.53680.2819
Hunter Lab36.183159.674911.5300
CIE-Lab42.901866.181216.3445

#c6154e color RGB value is (198,21,78).

#c6154e hex color red value is 198, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c6154e hue: 0.95 , saturation: 0.81 and the lightness value of c6154e is 0.43.

The process color (four color CMYK) of #c6154e color hex is 0.00, 0.89, 0.61, 0.22. Web safe color of #c6154e is #cc0066. Color #c6154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 01001110
Octal 306 25 116
Decimal 198 21 78
Hex C6 15 4E

RGB Percentages of Color #c6154e

%66.67
%7.07
%26.26

CMYK Percentages of Color #c6154e

%0
%89
%61
%22

Triadic Colors of #c6154e

#c6154e #4ec615 #154ec6

Analogous Colors of #c6154e

#c6154e #c63415 #c615a7

Monochromatic Colors of #c6154e

#c6154e

Complementary Color

#c6154e #15c68d

#c6154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6154e Color CSS Codes

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

#c6154e Text Font Color

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

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


#c6154e Background Color

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

This div background color is #c6154e


#c6154e Border Color

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

This div border color is #c6154e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,21,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6154e


Comments

No comments written yet.

Please login to write comment.