Color Hex Logo

#e43aef Color Hex

#E43AEF
(228,58,239)
0 Favorites   0 Comments

Color spaces of #e43aef

RGB 22858239
HSL0.820.850.58
HSV296°76°94°
CMYK 0.050.760.00   0.06
XYZ49.088025.752184.0448
Yxy25.75210.30900.1621
Hunter Lab50.746583.8597-62.6717
CIE-Lab57.801083.0504-56.2192

#e43aef color RGB value is (228,58,239).

#e43aef hex color red value is 228, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e43aef hue: 0.82 , saturation: 0.85 and the lightness value of e43aef is 0.58.

The process color (four color CMYK) of #e43aef color hex is 0.05, 0.76, 0.00, 0.06. Web safe color of #e43aef is #cc33ff. Color #e43aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111010 11101111
Octal 344 72 357
Decimal 228 58 239
Hex E4 3A EF

RGB Percentages of Color #e43aef

%43.43
%11.05
%45.52

CMYK Percentages of Color #e43aef

%5
%76
%0
%6

Triadic Colors of #e43aef

#e43aef #efe43a #3aefe4

Analogous Colors of #e43aef

#e43aef #ef3aa0 #8a3aef

Monochromatic Colors of #e43aef

#e43aef

Complementary Color

#e43aef #45ef3a

#e43aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43aef Color CSS Codes

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

#e43aef Text Font Color

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

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


#e43aef Background Color

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

This div background color is #e43aef


#e43aef Border Color

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

This div border color is #e43aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,58,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e43aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43aef


Comments

No comments written yet.

Please login to write comment.