Color Hex Logo

#e522eb Color Hex

#E522EB
(229,34,235)
0 Favorites   0 Comments

Color spaces of #e522eb

RGB 22934235
HSL0.830.830.53
HSV298°86°92°
CMYK 0.030.860.00   0.08
XYZ47.880523.800280.6676
Yxy23.80020.31430.1562
Hunter Lab48.785489.8144-63.8872
CIE-Lab55.887287.9829-57.0279

#e522eb color RGB value is (229,34,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 11101011
Octal 345 42 353
Decimal 229 34 235
Hex E5 22 EB

RGB Percentages of Color #e522eb

%45.98
%6.83
%47.19

CMYK Percentages of Color #e522eb

%3
%86
%0
%8

Triadic Colors of #e522eb

#e522eb #ebe522 #22ebe5

Analogous Colors of #e522eb

#e522eb #eb228d #8122eb

Monochromatic Colors of #e522eb

#e522eb

Complementary Color

#e522eb #28eb22

#e522eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e522eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e522eb Color CSS Codes

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

#e522eb Text Font Color

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

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


#e522eb Background Color

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

This div background color is #e522eb


#e522eb Border Color

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

This div border color is #e522eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,34,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 #e522eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e522eb


Comments

No comments written yet.

Please login to write comment.