Color Hex Logo

#e40eeb Color Hex

#E40EEB
(228,14,235)
0 Favorites   0 Comments

Color spaces of #e40eeb

RGB 22814235
HSL0.830.890.49
HSV298°94°92°
CMYK 0.030.940.00   0.08
XYZ47.147322.806280.5144
Yxy22.80620.31330.1516
Hunter Lab47.755892.6527-66.5314
CIE-Lab54.872290.3169-58.6633

#e40eeb color RGB value is (228,14,235).

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

The process color (four color CMYK) of #e40eeb color hex is 0.03, 0.94, 0.00, 0.08. Web safe color of #e40eeb is #cc00ff. Color #e40eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001110 11101011
Octal 344 16 353
Decimal 228 14 235
Hex E4 E EB

RGB Percentages of Color #e40eeb

%47.80
%2.94
%49.27

CMYK Percentages of Color #e40eeb

%3
%94
%0
%8

Triadic Colors of #e40eeb

#e40eeb #ebe40e #0eebe4

Analogous Colors of #e40eeb

#e40eeb #eb0e84 #760eeb

Monochromatic Colors of #e40eeb

#e40eeb

Complementary Color

#e40eeb #15eb0e

#e40eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40eeb Color CSS Codes

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

#e40eeb Text Font Color

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

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


#e40eeb Background Color

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

This div background color is #e40eeb


#e40eeb Border Color

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

This div border color is #e40eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40eeb


Comments

No comments written yet.

Please login to write comment.