Color Hex Logo

#e15eef Color Hex

#E15EEF
(225,94,239)
0 Favorites   0 Comments

Color spaces of #e15eef

RGB 22594239
HSL0.820.820.65
HSV294°61°94°
CMYK 0.060.610.00   0.06
XYZ50.634030.245084.8305
Yxy30.24500.30560.1825
Hunter Lab54.995568.1019-52.9580
CIE-Lab61.865069.7010-49.7822

#e15eef color RGB value is (225,94,239).

#e15eef hex color red value is 225, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e15eef hue: 0.82 , saturation: 0.82 and the lightness value of e15eef is 0.65.

The process color (four color CMYK) of #e15eef color hex is 0.06, 0.61, 0.00, 0.06. Web safe color of #e15eef is #cc66ff. Color #e15eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011110 11101111
Octal 341 136 357
Decimal 225 94 239
Hex E1 5E EF

RGB Percentages of Color #e15eef

%40.32
%16.85
%42.83

CMYK Percentages of Color #e15eef

%6
%61
%0
%6

Triadic Colors of #e15eef

#e15eef #efe15e #5eefe1

Analogous Colors of #e15eef

#e15eef #ef5eb5 #995eef

Monochromatic Colors of #e15eef

#e15eef

Complementary Color

#e15eef #6cef5e

#e15eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15eef Color CSS Codes

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

#e15eef Text Font Color

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

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


#e15eef Background Color

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

This div background color is #e15eef


#e15eef Border Color

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

This div border color is #e15eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15eef


Comments

No comments written yet.

Please login to write comment.