Color Hex Logo

#e094ed Color Hex

#E094ED
(224,148,237)
0 Favorites   0 Comments

Color spaces of #e094ed

RGB 224148237
HSL0.810.710.75
HSV291°38°93°
CMYK 0.050.380.00   0.07
XYZ56.616443.141585.4639
Yxy43.14150.30570.2329
Hunter Lab65.682238.9187-31.1690
CIE-Lab71.650942.8932-33.3669

#e094ed color RGB value is (224,148,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 11101101
Octal 340 224 355
Decimal 224 148 237
Hex E0 94 ED

RGB Percentages of Color #e094ed

%36.78
%24.30
%38.92

CMYK Percentages of Color #e094ed

%5
%38
%0
%7

Triadic Colors of #e094ed

#e094ed #ede094 #94ede0

Analogous Colors of #e094ed

#e094ed #ed94ce #b494ed

Monochromatic Colors of #e094ed

#e094ed

Complementary Color

#e094ed #a1ed94

#e094ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e094ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e094ed Color CSS Codes

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

#e094ed Text Font Color

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

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


#e094ed Background Color

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

This div background color is #e094ed


#e094ed Border Color

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

This div border color is #e094ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e094ed


Comments

No comments written yet.

Please login to write comment.