Color Hex Logo

#e048eb Color Hex

#E048EB
(224,72,235)
0 Favorites   0 Comments

Color spaces of #e048eb

RGB 22472235
HSL0.820.800.60
HSV296°69°92°
CMYK 0.050.690.00   0.08
XYZ48.053226.480281.1758
Yxy26.48020.30860.1701
Hunter Lab51.458976.6332-57.5080
CIE-Lab58.490177.2414-52.9194

#e048eb color RGB value is (224,72,235).

#e048eb hex color red value is 224, green value is 72 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e048eb hue: 0.82 , saturation: 0.80 and the lightness value of e048eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001000 11101011
Octal 340 110 353
Decimal 224 72 235
Hex E0 48 EB

RGB Percentages of Color #e048eb

%42.18
%13.56
%44.26

CMYK Percentages of Color #e048eb

%5
%69
%0
%8

Triadic Colors of #e048eb

#e048eb #ebe048 #48ebe0

Analogous Colors of #e048eb

#e048eb #eb48a5 #8f48eb

Monochromatic Colors of #e048eb

#e048eb

Complementary Color

#e048eb #53eb48

#e048eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e048eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e048eb Color CSS Codes

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

#e048eb Text Font Color

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

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


#e048eb Background Color

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

This div background color is #e048eb


#e048eb Border Color

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

This div border color is #e048eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e048eb


Comments

No comments written yet.

Please login to write comment.