Color Hex Logo

#e44aff Color Hex

#E44AFF
(228,74,255)
0 Favorites   0 Comments

Color spaces of #e44aff

RGB 22874255
HSL0.811.000.65
HSV291°71°100°
CMYK 0.110.710.00   0.00
XYZ52.493728.611597.3636
Yxy28.61150.29410.1603
Hunter Lab53.489781.5692-70.4786
CIE-Lab60.437280.7581-60.8942

#e44aff color RGB value is (228,74,255).

#e44aff hex color red value is 228, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e44aff hue: 0.81 , saturation: 1.00 and the lightness value of e44aff is 0.65.

The process color (four color CMYK) of #e44aff color hex is 0.11, 0.71, 0.00, 0.00. Web safe color of #e44aff is #cc33ff. Color #e44aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11111111
Octal 344 112 377
Decimal 228 74 255
Hex E4 4A FF

RGB Percentages of Color #e44aff

%40.93
%13.29
%45.78

CMYK Percentages of Color #e44aff

%11
%71
%0
%0

Triadic Colors of #e44aff

#e44aff #ffe44a #4affe4

Analogous Colors of #e44aff

#e44aff #ff4ac0 #8a4aff

Monochromatic Colors of #e44aff

#e44aff

Complementary Color

#e44aff #65ff4a

#e44aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44aff Color CSS Codes

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

#e44aff Text Font Color

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

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


#e44aff Background Color

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

This div background color is #e44aff


#e44aff Border Color

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

This div border color is #e44aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44aff


Comments

No comments written yet.

Please login to write comment.