Color Hex Logo

#c6145c Color Hex

#C6145C
(198,20,92)
0 Favorites   0 Comments

Color spaces of #c6145c

RGB 1982092
HSL0.930.820.43
HSV336°90°78°
CMYK 0.000.900.54   0.22
XYZ25.470613.278811.3458
Yxy13.27880.50840.2651
Hunter Lab36.440160.99637.0478
CIE-Lab43.180467.26917.9209

#c6145c color RGB value is (198,20,92).

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

The process color (four color CMYK) of #c6145c color hex is 0.00, 0.90, 0.54, 0.22. Web safe color of #c6145c is #cc0066. Color #c6145c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 01011100
Octal 306 24 134
Decimal 198 20 92
Hex C6 14 5C

RGB Percentages of Color #c6145c

%63.87
%6.45
%29.68

CMYK Percentages of Color #c6145c

%0
%90
%54
%22

Triadic Colors of #c6145c

#c6145c #5cc614 #145cc6

Analogous Colors of #c6145c

#c6145c #c62514 #c614b5

Monochromatic Colors of #c6145c

#c6145c

Complementary Color

#c6145c #14c67e

#c6145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6145c Color CSS Codes

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

#c6145c Text Font Color

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

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


#c6145c Background Color

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

This div background color is #c6145c


#c6145c Border Color

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

This div border color is #c6145c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6145c


Comments

No comments written yet.

Please login to write comment.