Color Hex Logo

#e434eb Color Hex

#E434EB
(228,52,235)
0 Favorites   0 Comments

Color spaces of #e434eb

RGB 22852235
HSL0.830.820.56
HSV298°78°92°
CMYK 0.030.780.00   0.08
XYZ48.218324.948180.8713
Yxy24.94810.31300.1620
Hunter Lab49.948184.9092-61.0332
CIE-Lab57.024884.0128-55.2186

#e434eb color RGB value is (228,52,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110100 11101011
Octal 344 64 353
Decimal 228 52 235
Hex E4 34 EB

RGB Percentages of Color #e434eb

%44.27
%10.10
%45.63

CMYK Percentages of Color #e434eb

%3
%78
%0
%8

Triadic Colors of #e434eb

#e434eb #ebe434 #34ebe4

Analogous Colors of #e434eb

#e434eb #eb3497 #8934eb

Monochromatic Colors of #e434eb

#e434eb

Complementary Color

#e434eb #3beb34

#e434eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e434eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e434eb Color CSS Codes

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

#e434eb Text Font Color

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

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


#e434eb Background Color

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

This div background color is #e434eb


#e434eb Border Color

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

This div border color is #e434eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e434eb


Comments

No comments written yet.

Please login to write comment.