Color Hex Logo

#c6539a Color Hex

#C6539A
(198,83,154)
0 Favorites   0 Comments

Color spaces of #c6539a

RGB 19883154
HSL0.900.500.55
HSV323°58°78°
CMYK 0.000.580.22   0.22
XYZ32.214720.525432.8357
Yxy20.52540.37640.2399
Hunter Lab45.305047.6411-11.2582
CIE-Lab52.426153.6715-16.1435

#c6539a color RGB value is (198,83,154).

#c6539a hex color red value is 198, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c6539a hue: 0.90 , saturation: 0.50 and the lightness value of c6539a is 0.55.

The process color (four color CMYK) of #c6539a color hex is 0.00, 0.58, 0.22, 0.22. Web safe color of #c6539a is #cc6699. Color #c6539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010011 10011010
Octal 306 123 232
Decimal 198 83 154
Hex C6 53 9A

RGB Percentages of Color #c6539a

%45.52
%19.08
%35.40

CMYK Percentages of Color #c6539a

%0
%58
%22
%22

Triadic Colors of #c6539a

#c6539a #9ac653 #539ac6

Analogous Colors of #c6539a

#c6539a #c65360 #b953c6

Monochromatic Colors of #c6539a

#c6539a

Complementary Color

#c6539a #53c67f

#c6539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6539a Color CSS Codes

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

#c6539a Text Font Color

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

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


#c6539a Background Color

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

This div background color is #c6539a


#c6539a Border Color

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

This div border color is #c6539a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6539a


Comments

No comments written yet.

Please login to write comment.