Color Hex Logo

#c2539f Color Hex

#C2539F
(194,83,159)
0 Favorites   0 Comments

Color spaces of #c2539f

RGB 19483159
HSL0.890.480.54
HSV319°57°76°
CMYK 0.000.570.18   0.24
XYZ31.599420.159135.0265
Yxy20.15910.36410.2323
Hunter Lab44.898947.0535-14.8241
CIE-Lab52.016653.2028-19.7683

#c2539f color RGB value is (194,83,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 10011111
Octal 302 123 237
Decimal 194 83 159
Hex C2 53 9F

RGB Percentages of Color #c2539f

%44.50
%19.04
%36.47

CMYK Percentages of Color #c2539f

%0
%57
%18
%24

Triadic Colors of #c2539f

#c2539f #9fc253 #539fc2

Analogous Colors of #c2539f

#c2539f #c25368 #ae53c2

Monochromatic Colors of #c2539f

#c2539f

Complementary Color

#c2539f #53c276

#c2539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2539f Color CSS Codes

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

#c2539f Text Font Color

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

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


#c2539f Background Color

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

This div background color is #c2539f


#c2539f Border Color

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

This div border color is #c2539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2539f


Comments

No comments written yet.

Please login to write comment.