Color Hex Logo

#e519ce Color Hex

#E519CE
(229,25,206)
0 Favorites   0 Comments

Color spaces of #e519ce

RGB 22925206
HSL0.850.800.50
HSV307°89°90°
CMYK 0.000.890.10   0.10
XYZ43.801321.809560.2936
Yxy21.80950.34790.1732
Hunter Lab46.700685.6920-43.8568
CIE-Lab53.824385.2397-43.8488

#e519ce color RGB value is (229,25,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011001 11001110
Octal 345 31 316
Decimal 229 25 206
Hex E5 19 CE

RGB Percentages of Color #e519ce

%49.78
%5.43
%44.78

CMYK Percentages of Color #e519ce

%0
%89
%10
%10

Triadic Colors of #e519ce

#e519ce #cee519 #19cee5

Analogous Colors of #e519ce

#e519ce #e51968 #9619e5

Monochromatic Colors of #e519ce

#e519ce

Complementary Color

#e519ce #19e530

#e519ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e519ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e519ce Color CSS Codes

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

#e519ce Text Font Color

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

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


#e519ce Background Color

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

This div background color is #e519ce


#e519ce Border Color

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

This div border color is #e519ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e519ce


Comments

No comments written yet.

Please login to write comment.