Color Hex Logo

#c6047e Color Hex

#C6047E
(198,4,126)
0 Favorites   0 Comments

Color spaces of #c6047e

RGB 1984126
HSL0.900.960.40
HSV322°98°78°
CMYK 0.000.980.36   0.22
XYZ27.098013.599020.9353
Yxy13.59900.43970.2206
Hunter Lab36.876866.6318-7.8457
CIE-Lab43.652371.9592-12.5860

#c6047e color RGB value is (198,4,126).

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

The process color (four color CMYK) of #c6047e color hex is 0.00, 0.98, 0.36, 0.22. Web safe color of #c6047e is #cc0066. Color #c6047e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000100 01111110
Octal 306 4 176
Decimal 198 4 126
Hex C6 4 7E

RGB Percentages of Color #c6047e

%60.37
%1.22
%38.41

CMYK Percentages of Color #c6047e

%0
%98
%36
%22

Triadic Colors of #c6047e

#c6047e #7ec604 #047ec6

Analogous Colors of #c6047e

#c6047e #c6041d #ad04c6

Monochromatic Colors of #c6047e

#c6047e

Complementary Color

#c6047e #04c64c

#c6047e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6047e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6047e Color CSS Codes

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

#c6047e Text Font Color

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

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


#c6047e Background Color

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

This div background color is #c6047e


#c6047e Border Color

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

This div border color is #c6047e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6047e


Comments

No comments written yet.

Please login to write comment.