Color Hex Logo

#e430ea Color Hex

#E430EA
(228,48,234)
0 Favorites   0 Comments

Color spaces of #e430ea

RGB 22848234
HSL0.830.820.55
HSV298°79°92°
CMYK 0.030.790.00   0.08
XYZ47.903124.548480.0554
Yxy24.54840.31410.1610
Hunter Lab49.546385.8738-61.1165
CIE-Lab56.632784.8320-55.2835

#e430ea color RGB value is (228,48,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110000 11101010
Octal 344 60 352
Decimal 228 48 234
Hex E4 30 EA

RGB Percentages of Color #e430ea

%44.71
%9.41
%45.88

CMYK Percentages of Color #e430ea

%3
%79
%0
%8

Triadic Colors of #e430ea

#e430ea #eae430 #30eae4

Analogous Colors of #e430ea

#e430ea #ea3093 #8730ea

Monochromatic Colors of #e430ea

#e430ea

Complementary Color

#e430ea #36ea30

#e430ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e430ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e430ea Color CSS Codes

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

#e430ea Text Font Color

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

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


#e430ea Background Color

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

This div background color is #e430ea


#e430ea Border Color

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

This div border color is #e430ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e430ea


Comments

No comments written yet.

Please login to write comment.