Color Hex Logo

#c9539a Color Hex

#C9539A
(201,83,154)
0 Favorites   0 Comments

Color spaces of #c9539a

RGB 20183154
HSL0.900.520.56
HSV324°59°79°
CMYK 0.000.590.23   0.21
XYZ33.013420.937132.8731
Yxy20.93710.38020.2411
Hunter Lab45.757148.7116-10.5656
CIE-Lab52.880654.5701-15.4108

#c9539a color RGB value is (201,83,154).

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

The process color (four color CMYK) of #c9539a color hex is 0.00, 0.59, 0.23, 0.21. Web safe color of #c9539a is #cc6699. Color #c9539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 10011010
Octal 311 123 232
Decimal 201 83 154
Hex C9 53 9A

RGB Percentages of Color #c9539a

%45.89
%18.95
%35.16

CMYK Percentages of Color #c9539a

%0
%59
%23
%21

Triadic Colors of #c9539a

#c9539a #9ac953 #539ac9

Analogous Colors of #c9539a

#c9539a #c9535f #bd53c9

Monochromatic Colors of #c9539a

#c9539a

Complementary Color

#c9539a #53c982

#c9539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9539a Color CSS Codes

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

#c9539a Text Font Color

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

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


#c9539a Background Color

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

This div background color is #c9539a


#c9539a Border Color

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

This div border color is #c9539a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c9539a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9539a


Comments

No comments written yet.

Please login to write comment.