Color Hex Logo

#e44aeb Color Hex

#E44AEB
(228,74,235)
0 Favorites   0 Comments

Color spaces of #e44aeb

RGB 22874235
HSL0.830.800.61
HSV297°69°92°
CMYK 0.030.690.00   0.08
XYZ49.439127.389781.2783
Yxy27.38970.31270.1732
Hunter Lab52.335277.0358-55.4448
CIE-Lab59.333377.3998-51.5418

#e44aeb color RGB value is (228,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11101011
Octal 344 112 353
Decimal 228 74 235
Hex E4 4A EB

RGB Percentages of Color #e44aeb

%42.46
%13.78
%43.76

CMYK Percentages of Color #e44aeb

%3
%69
%0
%8

Triadic Colors of #e44aeb

#e44aeb #ebe44a #4aebe4

Analogous Colors of #e44aeb

#e44aeb #eb4aa2 #944aeb

Monochromatic Colors of #e44aeb

#e44aeb

Complementary Color

#e44aeb #51eb4a

#e44aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44aeb Color CSS Codes

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

#e44aeb Text Font Color

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

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


#e44aeb Background Color

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

This div background color is #e44aeb


#e44aeb Border Color

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

This div border color is #e44aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44aeb


Comments

No comments written yet.

Please login to write comment.