Color Hex Logo

#c6146f Color Hex

#C6146F
(198,20,111)
0 Favorites   0 Comments

Color spaces of #c6146f

RGB 19820111
HSL0.910.820.43
HSV329°90°78°
CMYK 0.000.900.44   0.22
XYZ26.408113.653816.2825
Yxy13.65380.46870.2423
Hunter Lab36.951062.9057-0.2604
CIE-Lab43.732368.7976-3.1707

#c6146f color RGB value is (198,20,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 01101111
Octal 306 24 157
Decimal 198 20 111
Hex C6 14 6F

RGB Percentages of Color #c6146f

%60.18
%6.08
%33.74

CMYK Percentages of Color #c6146f

%0
%90
%44
%22

Triadic Colors of #c6146f

#c6146f #6fc614 #146fc6

Analogous Colors of #c6146f

#c6146f #c61416 #c414c6

Monochromatic Colors of #c6146f

#c6146f

Complementary Color

#c6146f #14c66b

#c6146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6146f Color CSS Codes

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

#c6146f Text Font Color

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

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


#c6146f Background Color

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

This div background color is #c6146f


#c6146f Border Color

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

This div border color is #c6146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6146f


Comments

No comments written yet.

Please login to write comment.