Color Hex Logo

#e082eb Color Hex

#E082EB
(224,130,235)
0 Favorites   0 Comments

Color spaces of #e082eb

RGB 224130235
HSL0.820.720.72
HSV294°45°92°
CMYK 0.050.450.00   0.08
XYZ53.718537.810783.0642
Yxy37.81070.30770.2166
Hunter Lab61.490448.3308-37.0485
CIE-Lab67.880951.8395-38.1238

#e082eb color RGB value is (224,130,235).

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

The process color (four color CMYK) of #e082eb color hex is 0.05, 0.45, 0.00, 0.08. Web safe color of #e082eb is #cc99ff. Color #e082eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11101011
Octal 340 202 353
Decimal 224 130 235
Hex E0 82 EB

RGB Percentages of Color #e082eb

%38.03
%22.07
%39.90

CMYK Percentages of Color #e082eb

%5
%45
%0
%8

Triadic Colors of #e082eb

#e082eb #ebe082 #82ebe0

Analogous Colors of #e082eb

#e082eb #eb82c2 #ac82eb

Monochromatic Colors of #e082eb

#e082eb

Complementary Color

#e082eb #8deb82

#e082eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082eb Color CSS Codes

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

#e082eb Text Font Color

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

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


#e082eb Background Color

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

This div background color is #e082eb


#e082eb Border Color

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

This div border color is #e082eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082eb


Comments

No comments written yet.

Please login to write comment.