Color Hex Logo

#c6076e Color Hex

#C6076E
(198,7,110)
0 Favorites   0 Comments

Color spaces of #c6076e

RGB 1987110
HSL0.910.930.40
HSV328°96°78°
CMYK 0.000.960.44   0.22
XYZ26.179213.283515.9360
Yxy13.28350.47260.2398
Hunter Lab36.446564.4334-0.4116
CIE-Lab43.187370.2011-3.3518

#c6076e color RGB value is (198,7,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 01101110
Octal 306 7 156
Decimal 198 7 110
Hex C6 7 6E

RGB Percentages of Color #c6076e

%62.86
%2.22
%34.92

CMYK Percentages of Color #c6076e

%0
%96
%44
%22

Triadic Colors of #c6076e

#c6076e #6ec607 #076ec6

Analogous Colors of #c6076e

#c6076e #c6070e #bf07c6

Monochromatic Colors of #c6076e

#c6076e

Complementary Color

#c6076e #07c65f

#c6076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6076e Color CSS Codes

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

#c6076e Text Font Color

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

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


#c6076e Background Color

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

This div background color is #c6076e


#c6076e Border Color

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

This div border color is #c6076e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,7,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 #c6076e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6076e


Comments

No comments written yet.

Please login to write comment.