Color Hex Logo

#c6205e Color Hex

#C6205E
(198,32,94)
0 Favorites   0 Comments

Color spaces of #c6205e

RGB 1983294
HSL0.940.720.45
HSV338°84°78°
CMYK 0.000.840.53   0.22
XYZ25.825613.846911.9012
Yxy13.84690.50080.2685
Hunter Lab37.211458.76327.0855
CIE-Lab44.012665.17287.8445

#c6205e color RGB value is (198,32,94).

#c6205e hex color red value is 198, green value is 32 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c6205e hue: 0.94 , saturation: 0.72 and the lightness value of c6205e is 0.45.

The process color (four color CMYK) of #c6205e color hex is 0.00, 0.84, 0.53, 0.22. Web safe color of #c6205e is #cc3366. Color #c6205e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 01011110
Octal 306 40 136
Decimal 198 32 94
Hex C6 20 5E

RGB Percentages of Color #c6205e

%61.11
%9.88
%29.01

CMYK Percentages of Color #c6205e

%0
%84
%53
%22

Triadic Colors of #c6205e

#c6205e #5ec620 #205ec6

Analogous Colors of #c6205e

#c6205e #c63520 #c620b1

Monochromatic Colors of #c6205e

#c6205e

Complementary Color

#c6205e #20c688

#c6205e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6205e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6205e Color CSS Codes

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

#c6205e Text Font Color

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

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


#c6205e Background Color

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

This div background color is #c6205e


#c6205e Border Color

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

This div border color is #c6205e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6205e


Comments

No comments written yet.

Please login to write comment.