Color Hex Logo

#e531eb Color Hex

#E531EB
(229,49,235)
0 Favorites   0 Comments

Color spaces of #e531eb

RGB 22949235
HSL0.830.820.56
HSV298°79°92°
CMYK 0.030.790.00   0.08
XYZ48.406824.852880.8430
Yxy24.85280.31410.1613
Hunter Lab49.852686.0813-61.2503
CIE-Lab56.931784.9330-55.3580

#e531eb color RGB value is (229,49,235).

#e531eb hex color red value is 229, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e531eb hue: 0.83 , saturation: 0.82 and the lightness value of e531eb is 0.56.

The process color (four color CMYK) of #e531eb color hex is 0.03, 0.79, 0.00, 0.08. Web safe color of #e531eb is #cc33ff. Color #e531eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110001 11101011
Octal 345 61 353
Decimal 229 49 235
Hex E5 31 EB

RGB Percentages of Color #e531eb

%44.64
%9.55
%45.81

CMYK Percentages of Color #e531eb

%3
%79
%0
%8

Triadic Colors of #e531eb

#e531eb #ebe531 #31ebe5

Analogous Colors of #e531eb

#e531eb #eb3194 #8831eb

Monochromatic Colors of #e531eb

#e531eb

Complementary Color

#e531eb #37eb31

#e531eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e531eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e531eb Color CSS Codes

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

#e531eb Text Font Color

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

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


#e531eb Background Color

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

This div background color is #e531eb


#e531eb Border Color

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

This div border color is #e531eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e531eb


Comments

No comments written yet.

Please login to write comment.