Color Hex Logo

#e088ee Color Hex

#E088EE
(224,136,238)
0 Favorites   0 Comments

Color spaces of #e088ee

RGB 224136238
HSL0.810.750.73
HSV292°43°93°
CMYK 0.060.430.00   0.07
XYZ54.977239.628785.6404
Yxy39.62870.30500.2199
Hunter Lab62.951345.7243-36.5935
CIE-Lab69.204349.3392-37.7122

#e088ee color RGB value is (224,136,238).

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

The process color (four color CMYK) of #e088ee color hex is 0.06, 0.43, 0.00, 0.07. Web safe color of #e088ee is #cc99ff. Color #e088ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 11101110
Octal 340 210 356
Decimal 224 136 238
Hex E0 88 EE

RGB Percentages of Color #e088ee

%37.46
%22.74
%39.80

CMYK Percentages of Color #e088ee

%6
%43
%0
%7

Triadic Colors of #e088ee

#e088ee #eee088 #88eee0

Analogous Colors of #e088ee

#e088ee #ee88c9 #ad88ee

Monochromatic Colors of #e088ee

#e088ee

Complementary Color

#e088ee #96ee88

#e088ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e088ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e088ee Color CSS Codes

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

#e088ee Text Font Color

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

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


#e088ee Background Color

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

This div background color is #e088ee


#e088ee Border Color

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

This div border color is #e088ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e088ee


Comments

No comments written yet.

Please login to write comment.