Color Hex Logo

#e17eeb Color Hex

#E17EEB
(225,126,235)
0 Favorites   0 Comments

Color spaces of #e17eeb

RGB 225126235
HSL0.820.730.71
HSV294°46°92°
CMYK 0.040.460.00   0.08
XYZ53.507636.927482.9048
Yxy36.92740.30870.2130
Hunter Lab60.767950.8296-38.3510
CIE-Lab67.222554.1354-39.1419

#e17eeb color RGB value is (225,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11101011
Octal 341 176 353
Decimal 225 126 235
Hex E1 7E EB

RGB Percentages of Color #e17eeb

%38.40
%21.50
%40.10

CMYK Percentages of Color #e17eeb

%4
%46
%0
%8

Triadic Colors of #e17eeb

#e17eeb #ebe17e #7eebe1

Analogous Colors of #e17eeb

#e17eeb #eb7ebf #ab7eeb

Monochromatic Colors of #e17eeb

#e17eeb

Complementary Color

#e17eeb #88eb7e

#e17eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17eeb Color CSS Codes

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

#e17eeb Text Font Color

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

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


#e17eeb Background Color

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

This div background color is #e17eeb


#e17eeb Border Color

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

This div border color is #e17eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17eeb


Comments

No comments written yet.

Please login to write comment.