Color Hex Logo

#e094ef Color Hex

#E094EF
(224,148,239)
0 Favorites   0 Comments

Color spaces of #e094ef

RGB 224148239
HSL0.810.740.76
HSV290°38°94°
CMYK 0.060.380.00   0.06
XYZ56.910443.259187.0117
Yxy43.25910.30400.2311
Hunter Lab65.771739.3508-32.3967
CIE-Lab71.730543.2772-34.3368

#e094ef color RGB value is (224,148,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 11101111
Octal 340 224 357
Decimal 224 148 239
Hex E0 94 EF

RGB Percentages of Color #e094ef

%36.66
%24.22
%39.12

CMYK Percentages of Color #e094ef

%6
%38
%0
%6

Triadic Colors of #e094ef

#e094ef #efe094 #94efe0

Analogous Colors of #e094ef

#e094ef #ef94d1 #b394ef

Monochromatic Colors of #e094ef

#e094ef

Complementary Color

#e094ef #a3ef94

#e094ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e094ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e094ef Color CSS Codes

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

#e094ef Text Font Color

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

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


#e094ef Background Color

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

This div background color is #e094ef


#e094ef Border Color

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

This div border color is #e094ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e094ef


Comments

No comments written yet.

Please login to write comment.