Color Hex Logo

#e095ef Color Hex

#E095EF
(224,149,239)
0 Favorites   0 Comments

Color spaces of #e095ef

RGB 224149239
HSL0.810.740.76
HSV290°38°94°
CMYK 0.060.380.00   0.06
XYZ57.067943.574287.0642
Yxy43.57420.30400.2321
Hunter Lab66.010838.7988-31.9924
CIE-Lab71.943042.7496-34.0078

#e095ef color RGB value is (224,149,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 11101111
Octal 340 225 357
Decimal 224 149 239
Hex E0 95 EF

RGB Percentages of Color #e095ef

%36.60
%24.35
%39.05

CMYK Percentages of Color #e095ef

%6
%38
%0
%6

Triadic Colors of #e095ef

#e095ef #efe095 #95efe0

Analogous Colors of #e095ef

#e095ef #ef95d1 #b395ef

Monochromatic Colors of #e095ef

#e095ef

Complementary Color

#e095ef #a4ef95

#e095ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095ef Color CSS Codes

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

#e095ef Text Font Color

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

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


#e095ef Background Color

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

This div background color is #e095ef


#e095ef Border Color

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

This div border color is #e095ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095ef


Comments

No comments written yet.

Please login to write comment.