color codes Logo

#c6046e color codes

#C6046E
(198,4,110)
0 Favorites   0 Comments

Color spaces of #c6046e

RGB 1984110
HSL0.910.960.40
HSV327°98°78°
CMYK 0.000.980.44   0.22
XYZ26.146613.218415.9252
Yxy13.21840.47290.2391
Hunter Lab36.357164.7452-0.5203
CIE-Lab43.090570.4834-3.4950

#c6046e color RGB value is (198,4,110).

#c6046e hex color red value is 198, green value is 4 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c6046e hue: 0.91 , saturation: 0.96 and the lightness value of c6046e is 0.40.

The process color (four color CMYK) of #c6046e color code is 0.00, 0.98, 0.44, 0.22. Web safe color of #c6046e is #cc0066. Color #c6046e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000100 01101110
Octal 306 4 156
Decimal 198 4 110
Hex C6 4 6E

RGB Percentages of Color #c6046e

%63.46
%1.28
%35.26

CMYK Percentages of Color #c6046e

%0
%98
%44
%22

Triadic Colors of #c6046e

#c6046e #6ec604 #046ec6

Analogous Colors of #c6046e

#c6046e #c6040d #bd04c6

Monochromatic Colors of #c6046e

#c6046e

Complementary Color

#c6046e #04c65c

#c6046e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6046e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6046e Color CSS Codes

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

#c6046e Text Font Color

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

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


#c6046e Background Color

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

This div background color is #c6046e


#c6046e Border Color

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

This div border color is #c6046e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6046e


Comments

No comments written yet.

Please login to write comment.