Color Hex Logo

#e098ec Color Hex

#E098EC
(224,152,236)
0 Favorites   0 Comments

Color spaces of #e098ec

RGB 224152236
HSL0.810.690.76
HSV291°36°93°
CMYK 0.050.360.00   0.07
XYZ57.109044.359984.9092
Yxy44.35990.30640.2380
Hunter Lab66.603236.4993-28.9637
CIE-Lab72.468440.5861-31.5574

#e098ec color RGB value is (224,152,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 11101100
Octal 340 230 354
Decimal 224 152 236
Hex E0 98 EC

RGB Percentages of Color #e098ec

%36.60
%24.84
%38.56

CMYK Percentages of Color #e098ec

%5
%36
%0
%7

Triadic Colors of #e098ec

#e098ec #ece098 #98ece0

Analogous Colors of #e098ec

#e098ec #ec98ce #b698ec

Monochromatic Colors of #e098ec

#e098ec

Complementary Color

#e098ec #a4ec98

#e098ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e098ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e098ec Color CSS Codes

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

#e098ec Text Font Color

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

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


#e098ec Background Color

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

This div background color is #e098ec


#e098ec Border Color

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

This div border color is #e098ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e098ec


Comments

No comments written yet.

Please login to write comment.