Color Hex Logo

#c6097a Color Hex

#C6097A
(198,9,122)
0 Favorites   0 Comments

Color spaces of #c6097a

RGB 1989122
HSL0.900.910.41
HSV324°95°78°
CMYK 0.000.950.38   0.22
XYZ26.899213.606319.6209
Yxy13.60630.44740.2263
Hunter Lab36.886765.6172-5.7170
CIE-Lab43.662971.1065-10.0993

#c6097a color RGB value is (198,9,122).

#c6097a hex color red value is 198, green value is 9 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c6097a hue: 0.90 , saturation: 0.91 and the lightness value of c6097a is 0.41.

The process color (four color CMYK) of #c6097a color hex is 0.00, 0.95, 0.38, 0.22. Web safe color of #c6097a is #cc0066. Color #c6097a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001001 01111010
Octal 306 11 172
Decimal 198 9 122
Hex C6 9 7A

RGB Percentages of Color #c6097a

%60.18
%2.74
%37.08

CMYK Percentages of Color #c6097a

%0
%95
%38
%22

Triadic Colors of #c6097a

#c6097a #7ac609 #097ac6

Analogous Colors of #c6097a

#c6097a #c6091b #b409c6

Monochromatic Colors of #c6097a

#c6097a

Complementary Color

#c6097a #09c655

#c6097a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6097a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6097a Color CSS Codes

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

#c6097a Text Font Color

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

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


#c6097a Background Color

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

This div background color is #c6097a


#c6097a Border Color

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

This div border color is #c6097a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6097a


Comments

No comments written yet.

Please login to write comment.