Color Hex Logo

#e17feb Color Hex

#E17FEB
(225,127,235)
0 Favorites   0 Comments

Color spaces of #e17feb

RGB 225127235
HSL0.820.730.71
HSV294°46°92°
CMYK 0.040.460.00   0.08
XYZ53.636137.184582.9476
Yxy37.18450.30870.2140
Hunter Lab60.979150.2919-37.9646
CIE-Lab67.415253.6351-38.8411

#e17feb color RGB value is (225,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11101011
Octal 341 177 353
Decimal 225 127 235
Hex E1 7F EB

RGB Percentages of Color #e17feb

%38.33
%21.64
%40.03

CMYK Percentages of Color #e17feb

%4
%46
%0
%8

Triadic Colors of #e17feb

#e17feb #ebe17f #7febe1

Analogous Colors of #e17feb

#e17feb #eb7fbf #ab7feb

Monochromatic Colors of #e17feb

#e17feb

Complementary Color

#e17feb #89eb7f

#e17feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17feb Color CSS Codes

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

#e17feb Text Font Color

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

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


#e17feb Background Color

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

This div background color is #e17feb


#e17feb Border Color

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

This div border color is #e17feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17feb


Comments

No comments written yet.

Please login to write comment.