Color Hex Logo

#c6149e Color Hex

#C6149E
(198,20,158)
0 Favorites   0 Comments

Color spaces of #c6149e

RGB 19820158
HSL0.870.820.43
HSV313°90°78°
CMYK 0.000.900.20   0.22
XYZ29.710414.974733.6722
Yxy14.97470.37920.1911
Hunter Lab38.697269.3264-24.5030
CIE-Lab45.599573.8183-29.0428

#c6149e color RGB value is (198,20,158).

#c6149e hex color red value is 198, green value is 20 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c6149e hue: 0.87 , saturation: 0.82 and the lightness value of c6149e is 0.43.

The process color (four color CMYK) of #c6149e color hex is 0.00, 0.90, 0.20, 0.22. Web safe color of #c6149e is #cc0099. Color #c6149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 10011110
Octal 306 24 236
Decimal 198 20 158
Hex C6 14 9E

RGB Percentages of Color #c6149e

%52.66
%5.32
%42.02

CMYK Percentages of Color #c6149e

%0
%90
%20
%22

Triadic Colors of #c6149e

#c6149e #9ec614 #149ec6

Analogous Colors of #c6149e

#c6149e #c61445 #9514c6

Monochromatic Colors of #c6149e

#c6149e

Complementary Color

#c6149e #14c63c

#c6149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6149e Color CSS Codes

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

#c6149e Text Font Color

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

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


#c6149e Background Color

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

This div background color is #c6149e


#c6149e Border Color

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

This div border color is #c6149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6149e


Comments

No comments written yet.

Please login to write comment.