Color Hex Logo

#e519ca Color Hex

#E519CA
(229,25,202)
0 Favorites   0 Comments

Color spaces of #e519ca

RGB 22925202
HSL0.860.800.50
HSV308°89°90°
CMYK 0.000.890.12   0.10
XYZ43.321421.617557.7664
Yxy21.61750.35310.1762
Hunter Lab46.494684.9519-41.1175
CIE-Lab53.618884.7098-41.8756

#e519ca color RGB value is (229,25,202).

#e519ca hex color red value is 229, green value is 25 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e519ca hue: 0.86 , saturation: 0.80 and the lightness value of e519ca is 0.50.

The process color (four color CMYK) of #e519ca color hex is 0.00, 0.89, 0.12, 0.10. Web safe color of #e519ca is #cc00cc. Color #e519ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011001 11001010
Octal 345 31 312
Decimal 229 25 202
Hex E5 19 CA

RGB Percentages of Color #e519ca

%50.22
%5.48
%44.30

CMYK Percentages of Color #e519ca

%0
%89
%12
%10

Triadic Colors of #e519ca

#e519ca #cae519 #19cae5

Analogous Colors of #e519ca

#e519ca #e51964 #9a19e5

Monochromatic Colors of #e519ca

#e519ca

Complementary Color

#e519ca #19e534

#e519ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e519ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e519ca Color CSS Codes

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

#e519ca Text Font Color

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

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


#e519ca Background Color

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

This div background color is #e519ca


#e519ca Border Color

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

This div border color is #e519ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,25,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e519ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e519ca;
  -webkit-box-shadow: 1px 1px 3px 2px #e519ca;
  box-shadow:         1px 1px 3px 2px #e519ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,25,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e519ca


Comments

No comments written yet.

Please login to write comment.