Color Hex Logo

#e17eef Color Hex

#E17EEF
(225,126,239)
0 Favorites   0 Comments

Color spaces of #e17eef

RGB 225126239
HSL0.810.780.72
HSV293°47°94°
CMYK 0.060.470.00   0.06
XYZ54.092237.161385.9832
Yxy37.16130.30520.2097
Hunter Lab60.960151.7098-40.9555
CIE-Lab67.397954.8778-41.0727

#e17eef color RGB value is (225,126,239).

#e17eef hex color red value is 225, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e17eef hue: 0.81 , saturation: 0.78 and the lightness value of e17eef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11101111
Octal 341 176 357
Decimal 225 126 239
Hex E1 7E EF

RGB Percentages of Color #e17eef

%38.14
%21.36
%40.51

CMYK Percentages of Color #e17eef

%6
%47
%0
%6

Triadic Colors of #e17eef

#e17eef #efe17e #7eefe1

Analogous Colors of #e17eef

#e17eef #ef7ec5 #a97eef

Monochromatic Colors of #e17eef

#e17eef

Complementary Color

#e17eef #8cef7e

#e17eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17eef Color CSS Codes

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

#e17eef Text Font Color

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

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


#e17eef Background Color

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

This div background color is #e17eef


#e17eef Border Color

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

This div border color is #e17eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17eef


Comments

No comments written yet.

Please login to write comment.