Color Hex Logo

#e442eb Color Hex

#E442EB
(228,66,235)
0 Favorites   0 Comments

Color spaces of #e442eb

RGB 22866235
HSL0.830.810.59
HSV298°72°92°
CMYK 0.030.720.00   0.08
XYZ48.938526.388681.1114
Yxy26.38860.31280.1687
Hunter Lab51.369880.1544-57.6582
CIE-Lab58.404180.0433-53.0197

#e442eb color RGB value is (228,66,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000010 11101011
Octal 344 102 353
Decimal 228 66 235
Hex E4 42 EB

RGB Percentages of Color #e442eb

%43.10
%12.48
%44.42

CMYK Percentages of Color #e442eb

%3
%72
%0
%8

Triadic Colors of #e442eb

#e442eb #ebe442 #42ebe4

Analogous Colors of #e442eb

#e442eb #eb429e #9042eb

Monochromatic Colors of #e442eb

#e442eb

Complementary Color

#e442eb #49eb42

#e442eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e442eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e442eb Color CSS Codes

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

#e442eb Text Font Color

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

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


#e442eb Background Color

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

This div background color is #e442eb


#e442eb Border Color

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

This div border color is #e442eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e442eb


Comments

No comments written yet.

Please login to write comment.