Color Hex Logo

#c6056a Color Hex

#C6056A
(198,5,106)
0 Favorites   0 Comments

Color spaces of #c6056a

RGB 1985106
HSL0.910.950.40
HSV329°97°78°
CMYK 0.000.970.46   0.22
XYZ25.944513.154914.8074
Yxy13.15490.48130.2440
Hunter Lab36.269764.21301.1831
CIE-Lab42.995770.0519-1.1329

#c6056a color RGB value is (198,5,106).

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

The process color (four color CMYK) of #c6056a color hex is 0.00, 0.97, 0.46, 0.22. Web safe color of #c6056a is #cc0066. Color #c6056a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000101 01101010
Octal 306 5 152
Decimal 198 5 106
Hex C6 5 6A

RGB Percentages of Color #c6056a

%64.08
%1.62
%34.30

CMYK Percentages of Color #c6056a

%0
%97
%46
%22

Triadic Colors of #c6056a

#c6056a #6ac605 #056ac6

Analogous Colors of #c6056a

#c6056a #c60509 #c205c6

Monochromatic Colors of #c6056a

#c6056a

Complementary Color

#c6056a #05c661

#c6056a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6056a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6056a Color CSS Codes

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

#c6056a Text Font Color

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

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


#c6056a Background Color

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

This div background color is #c6056a


#c6056a Border Color

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

This div border color is #c6056a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6056a


Comments

No comments written yet.

Please login to write comment.