Color Hex Logo

#e096eb Color Hex

#E096EB
(224,150,235)
0 Favorites   0 Comments

Color spaces of #e096eb

RGB 224150235
HSL0.810.680.75
HSV292°36°92°
CMYK 0.050.360.00   0.08
XYZ56.642243.658184.0388
Yxy43.65810.30730.2368
Hunter Lab66.074337.3892-29.1580
CIE-Lab71.999441.4550-31.7349

#e096eb color RGB value is (224,150,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 11101011
Octal 340 226 353
Decimal 224 150 235
Hex E0 96 EB

RGB Percentages of Color #e096eb

%36.78
%24.63
%38.59

CMYK Percentages of Color #e096eb

%5
%36
%0
%8

Triadic Colors of #e096eb

#e096eb #ebe096 #96ebe0

Analogous Colors of #e096eb

#e096eb #eb96cc #b696eb

Monochromatic Colors of #e096eb

#e096eb

Complementary Color

#e096eb #a1eb96

#e096eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e096eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e096eb Color CSS Codes

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

#e096eb Text Font Color

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

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


#e096eb Background Color

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

This div background color is #e096eb


#e096eb Border Color

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

This div border color is #e096eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e096eb


Comments

No comments written yet.

Please login to write comment.