Color Hex Logo

#e15feb Color Hex

#E15FEB
(225,95,235)
0 Favorites   0 Comments

Color spaces of #e15feb

RGB 22595235
HSL0.820.780.65
HSV296°60°92°
CMYK 0.040.600.00   0.08
XYZ50.138930.190181.7819
Yxy30.19010.30930.1862
Hunter Lab54.945566.7302-49.7864
CIE-Lab61.817968.5787-47.6320

#e15feb color RGB value is (225,95,235).

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

The process color (four color CMYK) of #e15feb color hex is 0.04, 0.60, 0.00, 0.08. Web safe color of #e15feb is #cc66ff. Color #e15feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 11101011
Octal 341 137 353
Decimal 225 95 235
Hex E1 5F EB

RGB Percentages of Color #e15feb

%40.54
%17.12
%42.34

CMYK Percentages of Color #e15feb

%4
%60
%0
%8

Triadic Colors of #e15feb

#e15feb #ebe15f #5febe1

Analogous Colors of #e15feb

#e15feb #eb5faf #9b5feb

Monochromatic Colors of #e15feb

#e15feb

Complementary Color

#e15feb #69eb5f

#e15feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15feb Color CSS Codes

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

#e15feb Text Font Color

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

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


#e15feb Background Color

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

This div background color is #e15feb


#e15feb Border Color

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

This div border color is #e15feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,95,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15feb


Comments

No comments written yet.

Please login to write comment.