Color Hex Logo

#c2539e Color Hex

#C2539E
(194,83,158)
0 Favorites   0 Comments

Color spaces of #c2539e

RGB 19483158
HSL0.890.480.54
HSV319°57°76°
CMYK 0.000.570.19   0.24
XYZ31.512920.124534.5712
Yxy20.12450.36550.2334
Hunter Lab44.860346.8847-14.2890
CIE-Lab51.977753.0543-19.2391

#c2539e color RGB value is (194,83,158).

#c2539e hex color red value is 194, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c2539e hue: 0.89 , saturation: 0.48 and the lightness value of c2539e is 0.54.

The process color (four color CMYK) of #c2539e color hex is 0.00, 0.57, 0.19, 0.24. Web safe color of #c2539e is #cc6699. Color #c2539e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 10011110
Octal 302 123 236
Decimal 194 83 158
Hex C2 53 9E

RGB Percentages of Color #c2539e

%44.60
%19.08
%36.32

CMYK Percentages of Color #c2539e

%0
%57
%19
%24

Triadic Colors of #c2539e

#c2539e #9ec253 #539ec2

Analogous Colors of #c2539e

#c2539e #c25367 #af53c2

Monochromatic Colors of #c2539e

#c2539e

Complementary Color

#c2539e #53c277

#c2539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2539e Color CSS Codes

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

#c2539e Text Font Color

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

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


#c2539e Background Color

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

This div background color is #c2539e


#c2539e Border Color

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

This div border color is #c2539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2539e


Comments

No comments written yet.

Please login to write comment.