Color Hex Logo

#e098eb Color Hex

#E098EB
(224,152,235)
0 Favorites   0 Comments

Color spaces of #e098eb

RGB 224152235
HSL0.810.670.76
HSV292°35°92°
CMYK 0.050.350.00   0.08
XYZ56.964144.301984.1461
Yxy44.30190.30720.2389
Hunter Lab66.559736.2871-28.3639
CIE-Lab72.429840.3952-31.0708

#e098eb color RGB value is (224,152,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 11101011
Octal 340 230 353
Decimal 224 152 235
Hex E0 98 EB

RGB Percentages of Color #e098eb

%36.66
%24.88
%38.46

CMYK Percentages of Color #e098eb

%5
%35
%0
%8

Triadic Colors of #e098eb

#e098eb #ebe098 #98ebe0

Analogous Colors of #e098eb

#e098eb #eb98cd #b798eb

Monochromatic Colors of #e098eb

#e098eb

Complementary Color

#e098eb #a3eb98

#e098eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e098eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e098eb Color CSS Codes

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

#e098eb Text Font Color

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

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


#e098eb Background Color

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

This div background color is #e098eb


#e098eb Border Color

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

This div border color is #e098eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e098eb


Comments

No comments written yet.

Please login to write comment.