Color Hex Logo

#e435ea Color Hex

#E435EA
(228,53,234)
0 Favorites   0 Comments

Color spaces of #e435ea

RGB 22853234
HSL0.830.810.56
HSV298°77°92°
CMYK 0.030.770.00   0.08
XYZ48.119324.980780.1275
Yxy24.98070.31400.1630
Hunter Lab49.980784.3860-60.0654
CIE-Lab57.056683.6026-54.6068

#e435ea color RGB value is (228,53,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110101 11101010
Octal 344 65 352
Decimal 228 53 234
Hex E4 35 EA

RGB Percentages of Color #e435ea

%44.27
%10.29
%45.44

CMYK Percentages of Color #e435ea

%3
%77
%0
%8

Triadic Colors of #e435ea

#e435ea #eae435 #35eae4

Analogous Colors of #e435ea

#e435ea #ea3596 #8a35ea

Monochromatic Colors of #e435ea

#e435ea

Complementary Color

#e435ea #3bea35

#e435ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e435ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e435ea Color CSS Codes

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

#e435ea Text Font Color

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

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


#e435ea Background Color

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

This div background color is #e435ea


#e435ea Border Color

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

This div border color is #e435ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e435ea


Comments

No comments written yet.

Please login to write comment.