Color Hex Logo

#e44eeb Color Hex

#E44EEB
(228,78,235)
0 Favorites   0 Comments

Color spaces of #e44eeb

RGB 22878235
HSL0.830.800.61
HSV297°67°92°
CMYK 0.030.670.00   0.08
XYZ49.714727.940981.3701
Yxy27.94090.31260.1757
Hunter Lab52.859275.3780-54.2682
CIE-Lab59.835375.9818-50.7446

#e44eeb color RGB value is (228,78,235).

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

The process color (four color CMYK) of #e44eeb color hex is 0.03, 0.67, 0.00, 0.08. Web safe color of #e44eeb is #cc66ff. Color #e44eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001110 11101011
Octal 344 116 353
Decimal 228 78 235
Hex E4 4E EB

RGB Percentages of Color #e44eeb

%42.14
%14.42
%43.44

CMYK Percentages of Color #e44eeb

%3
%67
%0
%8

Triadic Colors of #e44eeb

#e44eeb #ebe44e #4eebe4

Analogous Colors of #e44eeb

#e44eeb #eb4ea4 #964eeb

Monochromatic Colors of #e44eeb

#e44eeb

Complementary Color

#e44eeb #55eb4e

#e44eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44eeb Color CSS Codes

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

#e44eeb Text Font Color

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

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


#e44eeb Background Color

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

This div background color is #e44eeb


#e44eeb Border Color

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

This div border color is #e44eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44eeb


Comments

No comments written yet.

Please login to write comment.