Color Hex Logo

#e519cb Color Hex

#E519CB
(229,25,203)
0 Favorites   0 Comments

Color spaces of #e519cb

RGB 22925203
HSL0.850.800.50
HSV308°89°90°
CMYK 0.000.890.11   0.10
XYZ43.440221.665158.3921
Yxy21.66510.35170.1754
Hunter Lab46.545885.1352-41.7978
CIE-Lab53.669984.8411-42.3701

#e519cb color RGB value is (229,25,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011001 11001011
Octal 345 31 313
Decimal 229 25 203
Hex E5 19 CB

RGB Percentages of Color #e519cb

%50.11
%5.47
%44.42

CMYK Percentages of Color #e519cb

%0
%89
%11
%10

Triadic Colors of #e519cb

#e519cb #cbe519 #19cbe5

Analogous Colors of #e519cb

#e519cb #e51965 #9919e5

Monochromatic Colors of #e519cb

#e519cb

Complementary Color

#e519cb #19e533

#e519cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e519cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e519cb Color CSS Codes

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

#e519cb Text Font Color

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

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


#e519cb Background Color

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

This div background color is #e519cb


#e519cb Border Color

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

This div border color is #e519cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e519cb


Comments

No comments written yet.

Please login to write comment.