Color Hex Logo

#e427eb Color Hex

#E427EB
(228,39,235)
0 Favorites   0 Comments

Color spaces of #e427eb

RGB 22839235
HSL0.830.830.54
HSV298°83°92°
CMYK 0.030.830.00   0.08
XYZ47.715823.943280.7039
Yxy23.94320.31320.1571
Hunter Lab48.931888.4335-63.5356
CIE-Lab56.030986.9069-56.8073

#e427eb color RGB value is (228,39,235).

#e427eb hex color red value is 228, green value is 39 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e427eb hue: 0.83 , saturation: 0.83 and the lightness value of e427eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100111 11101011
Octal 344 47 353
Decimal 228 39 235
Hex E4 27 EB

RGB Percentages of Color #e427eb

%45.42
%7.77
%46.81

CMYK Percentages of Color #e427eb

%3
%83
%0
%8

Triadic Colors of #e427eb

#e427eb #ebe427 #27ebe4

Analogous Colors of #e427eb

#e427eb #eb2790 #8227eb

Monochromatic Colors of #e427eb

#e427eb

Complementary Color

#e427eb #2eeb27

#e427eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e427eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e427eb Color CSS Codes

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

#e427eb Text Font Color

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

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


#e427eb Background Color

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

This div background color is #e427eb


#e427eb Border Color

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

This div border color is #e427eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e427eb


Comments

No comments written yet.

Please login to write comment.