Color Hex Logo

#e098ea Color Hex

#E098EA
(224,152,234)
0 Favorites   0 Comments

Color spaces of #e098ea

RGB 224152234
HSL0.810.660.76
HSV293°35°92°
CMYK 0.040.350.00   0.08
XYZ56.820044.244383.3872
Yxy44.24430.30800.2399
Hunter Lab66.516436.0756-27.7665
CIE-Lab72.391540.2047-30.5835

#e098ea color RGB value is (224,152,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 11101010
Octal 340 230 352
Decimal 224 152 234
Hex E0 98 EA

RGB Percentages of Color #e098ea

%36.72
%24.92
%38.36

CMYK Percentages of Color #e098ea

%4
%35
%0
%8

Triadic Colors of #e098ea

#e098ea #eae098 #98eae0

Analogous Colors of #e098ea

#e098ea #ea98cb #b798ea

Monochromatic Colors of #e098ea

#e098ea

Complementary Color

#e098ea #a2ea98

#e098ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e098ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e098ea Color CSS Codes

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

#e098ea Text Font Color

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

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


#e098ea Background Color

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

This div background color is #e098ea


#e098ea Border Color

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

This div border color is #e098ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,152,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e098ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e098ea


Comments

No comments written yet.

Please login to write comment.