Color Hex Logo

#e088ff Color Hex

#E088FF
(224,136,255)
0 Favorites   0 Comments

Color spaces of #e088ff

RGB 224136255
HSL0.791.000.77
HSV284°47°100°
CMYK 0.120.470.00   0.00
XYZ57.594640.675699.4233
Yxy40.67560.29130.2058
Hunter Lab63.777449.5850-47.7836
CIE-Lab69.948052.6422-45.8454

#e088ff color RGB value is (224,136,255).

#e088ff hex color red value is 224, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e088ff hue: 0.79 , saturation: 1.00 and the lightness value of e088ff is 0.77.

The process color (four color CMYK) of #e088ff color hex is 0.12, 0.47, 0.00, 0.00. Web safe color of #e088ff is #cc99ff. Color #e088ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 11111111
Octal 340 210 377
Decimal 224 136 255
Hex E0 88 FF

RGB Percentages of Color #e088ff

%36.42
%22.11
%41.46

CMYK Percentages of Color #e088ff

%12
%47
%0
%0

Triadic Colors of #e088ff

#e088ff #ffe088 #88ffe0

Analogous Colors of #e088ff

#e088ff #ff88e3 #a588ff

Monochromatic Colors of #e088ff

#e088ff

Complementary Color

#e088ff #a7ff88

#e088ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e088ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e088ff Color CSS Codes

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

#e088ff Text Font Color

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

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


#e088ff Background Color

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

This div background color is #e088ff


#e088ff Border Color

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

This div border color is #e088ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e088ff

#e088ff Color Palettes


Comments

No comments written yet.

Please login to write comment.