Color Hex Logo

#e08afe Color Hex

#E08AFE
(224,138,254)
0 Favorites   0 Comments

Color spaces of #e08afe

RGB 224138254
HSL0.790.980.77
HSV284°46°100°
CMYK 0.120.460.00   0.00
XYZ57.718341.180098.6724
Yxy41.18000.29210.2084
Hunter Lab64.171648.2490-46.2461
CIE-Lab70.301851.4199-44.7457

#e08afe color RGB value is (224,138,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001010 11111110
Octal 340 212 376
Decimal 224 138 254
Hex E0 8A FE

RGB Percentages of Color #e08afe

%36.36
%22.40
%41.23

CMYK Percentages of Color #e08afe

%12
%46
%0
%0

Triadic Colors of #e08afe

#e08afe #fee08a #8afee0

Analogous Colors of #e08afe

#e08afe #fe8ae2 #a68afe

Monochromatic Colors of #e08afe

#e08afe

Complementary Color

#e08afe #a8fe8a

#e08afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08afe Color CSS Codes

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

#e08afe Text Font Color

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

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


#e08afe Background Color

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

This div background color is #e08afe


#e08afe Border Color

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

This div border color is #e08afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08afe


Comments

No comments written yet.

Please login to write comment.