Color Hex Logo

#c2519a Color Hex

#C2519A
(194,81,154)
0 Favorites   0 Comments

Color spaces of #c2519a

RGB 19481154
HSL0.890.480.54
HSV321°58°76°
CMYK 0.000.580.21   0.24
XYZ31.023319.687332.7368
Yxy19.68730.37180.2359
Hunter Lab44.370447.1572-12.6854
CIE-Lab51.481853.3901-17.6368

#c2519a color RGB value is (194,81,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010001 10011010
Octal 302 121 232
Decimal 194 81 154
Hex C2 51 9A

RGB Percentages of Color #c2519a

%45.22
%18.88
%35.90

CMYK Percentages of Color #c2519a

%0
%58
%21
%24

Triadic Colors of #c2519a

#c2519a #9ac251 #519ac2

Analogous Colors of #c2519a

#c2519a #c25162 #b251c2

Monochromatic Colors of #c2519a

#c2519a

Complementary Color

#c2519a #51c279

#c2519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2519a Color CSS Codes

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

#c2519a Text Font Color

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

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


#c2519a Background Color

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

This div background color is #c2519a


#c2519a Border Color

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

This div border color is #c2519a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2519a


Comments

No comments written yet.

Please login to write comment.