Color Hex Logo

#e44aef Color Hex

#E44AEF
(228,74,239)
0 Favorites   0 Comments

Color spaces of #e44aef

RGB 22874239
HSL0.820.840.61
HSV296°69°94°
CMYK 0.050.690.00   0.06
XYZ50.023727.623584.3567
Yxy27.62350.30880.1705
Hunter Lab52.558177.9161-58.3709
CIE-Lab59.547178.0572-53.4355

#e44aef color RGB value is (228,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11101111
Octal 344 112 357
Decimal 228 74 239
Hex E4 4A EF

RGB Percentages of Color #e44aef

%42.14
%13.68
%44.18

CMYK Percentages of Color #e44aef

%5
%69
%0
%6

Triadic Colors of #e44aef

#e44aef #efe44a #4aefe4

Analogous Colors of #e44aef

#e44aef #ef4aa8 #924aef

Monochromatic Colors of #e44aef

#e44aef

Complementary Color

#e44aef #55ef4a

#e44aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44aef Color CSS Codes

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

#e44aef Text Font Color

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

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


#e44aef Background Color

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

This div background color is #e44aef


#e44aef Border Color

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

This div border color is #e44aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44aef


Comments

No comments written yet.

Please login to write comment.