Color Hex Logo

#e915ea Color Hex

#E915EA
(233,21,234)
0 Favorites   0 Comments

Color spaces of #e915ea

RGB 23321234
HSL0.830.840.50
HSV300°91°92°
CMYK 0.000.910.00   0.08
XYZ48.723723.800579.8678
Yxy23.80050.31970.1562
Hunter Lab48.785892.8979-62.9144
CIE-Lab55.887590.3034-56.4272

#e915ea color RGB value is (233,21,234).

#e915ea hex color red value is 233, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e915ea hue: 0.83 , saturation: 0.84 and the lightness value of e915ea is 0.50.

The process color (four color CMYK) of #e915ea color hex is 0.00, 0.91, 0.00, 0.08. Web safe color of #e915ea is #ff00ff. Color #e915ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010101 11101010
Octal 351 25 352
Decimal 233 21 234
Hex E9 15 EA

RGB Percentages of Color #e915ea

%47.75
%4.30
%47.95

CMYK Percentages of Color #e915ea

%0
%91
%0
%8

Triadic Colors of #e915ea

#e915ea #eae915 #15eae9

Analogous Colors of #e915ea

#e915ea #ea1581 #7f15ea

Monochromatic Colors of #e915ea

#e915ea

Complementary Color

#e915ea #16ea15

#e915ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e915ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e915ea Color CSS Codes

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

#e915ea Text Font Color

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

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


#e915ea Background Color

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

This div background color is #e915ea


#e915ea Border Color

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

This div border color is #e915ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,21,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e915ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e915ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e915ea;
  box-shadow:         1px 1px 3px 2px #e915ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,21,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e915ea


Comments

No comments written yet.

Please login to write comment.