Color Hex Logo

#e08efe Color Hex

#E08EFE
(224,142,254)
0 Favorites   0 Comments

Color spaces of #e08efe

RGB 224142254
HSL0.790.980.78
HSV284°44°100°
CMYK 0.120.440.00   0.00
XYZ58.302942.349198.8672
Yxy42.34910.29220.2123
Hunter Lab65.076246.0380-44.5232
CIE-Lab71.110949.3571-43.4780

#e08efe color RGB value is (224,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001110 11111110
Octal 340 216 376
Decimal 224 142 254
Hex E0 8E FE

RGB Percentages of Color #e08efe

%36.13
%22.90
%40.97

CMYK Percentages of Color #e08efe

%12
%44
%0
%0

Triadic Colors of #e08efe

#e08efe #fee08e #8efee0

Analogous Colors of #e08efe

#e08efe #fe8ee4 #a88efe

Monochromatic Colors of #e08efe

#e08efe

Complementary Color

#e08efe #acfe8e

#e08efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08efe Color CSS Codes

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

#e08efe Text Font Color

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

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


#e08efe Background Color

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

This div background color is #e08efe


#e08efe Border Color

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

This div border color is #e08efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,142,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 #e08efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08efe

Related Colors


Comments

No comments written yet.

Please login to write comment.