Color Hex Logo

#c6549e Color Hex

#C6549E
(198,84,158)
0 Favorites   0 Comments

Color spaces of #c6549e

RGB 19884158
HSL0.890.500.55
HSV321°58°78°
CMYK 0.000.580.20   0.22
XYZ32.630620.815034.6456
Yxy20.81500.37040.2363
Hunter Lab45.623547.8249-13.0873
CIE-Lab52.746453.7847-18.0115

#c6549e color RGB value is (198,84,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 10011110
Octal 306 124 236
Decimal 198 84 158
Hex C6 54 9E

RGB Percentages of Color #c6549e

%45.00
%19.09
%35.91

CMYK Percentages of Color #c6549e

%0
%58
%20
%22

Triadic Colors of #c6549e

#c6549e #9ec654 #549ec6

Analogous Colors of #c6549e

#c6549e #c65465 #b554c6

Monochromatic Colors of #c6549e

#c6549e

Complementary Color

#c6549e #54c67c

#c6549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6549e Color CSS Codes

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

#c6549e Text Font Color

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

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


#c6549e Background Color

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

This div background color is #c6549e


#c6549e Border Color

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

This div border color is #c6549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6549e


Comments

No comments written yet.

Please login to write comment.