Color Hex Logo

#e072eb Color Hex

#E072EB
(224,114,235)
0 Favorites   0 Comments

Color spaces of #e072eb

RGB 224114235
HSL0.820.750.68
HSV295°51°92°
CMYK 0.050.510.00   0.08
XYZ51.753233.880182.4091
Yxy33.88010.30800.2016
Hunter Lab58.206656.8480-43.1983
CIE-Lab64.867359.7249-42.8380

#e072eb color RGB value is (224,114,235).

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

The process color (four color CMYK) of #e072eb color hex is 0.05, 0.51, 0.00, 0.08. Web safe color of #e072eb is #cc66ff. Color #e072eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 11101011
Octal 340 162 353
Decimal 224 114 235
Hex E0 72 EB

RGB Percentages of Color #e072eb

%39.09
%19.90
%41.01

CMYK Percentages of Color #e072eb

%5
%51
%0
%8

Triadic Colors of #e072eb

#e072eb #ebe072 #72ebe0

Analogous Colors of #e072eb

#e072eb #eb72ba #a472eb

Monochromatic Colors of #e072eb

#e072eb

Complementary Color

#e072eb #7deb72

#e072eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072eb Color CSS Codes

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

#e072eb Text Font Color

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

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


#e072eb Background Color

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

This div background color is #e072eb


#e072eb Border Color

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

This div border color is #e072eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072eb


Comments

No comments written yet.

Please login to write comment.