Color Hex Logo

#e423ea Color Hex

#E423EA
(228,35,234)
0 Favorites   0 Comments

Color spaces of #e423ea

RGB 22835234
HSL0.830.830.53
HSV298°85°92°
CMYK 0.030.850.00   0.08
XYZ47.447223.636679.9035
Yxy23.63660.31420.1565
Hunter Lab48.617589.1227-63.4117
CIE-Lab55.722187.4908-56.7393

#e423ea color RGB value is (228,35,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 11101010
Octal 344 43 352
Decimal 228 35 234
Hex E4 23 EA

RGB Percentages of Color #e423ea

%45.88
%7.04
%47.08

CMYK Percentages of Color #e423ea

%3
%85
%0
%8

Triadic Colors of #e423ea

#e423ea #eae423 #23eae4

Analogous Colors of #e423ea

#e423ea #ea238d #8123ea

Monochromatic Colors of #e423ea

#e423ea

Complementary Color

#e423ea #29ea23

#e423ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e423ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e423ea Color CSS Codes

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

#e423ea Text Font Color

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

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


#e423ea Background Color

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

This div background color is #e423ea


#e423ea Border Color

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

This div border color is #e423ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e423ea


Comments

No comments written yet.

Please login to write comment.