Color Hex Logo

#e16fee Color Hex

#E16FEE
(225,111,238)
0 Favorites   0 Comments

Color spaces of #e16fee

RGB 225111238
HSL0.820.790.68
HSV294°53°93°
CMYK 0.050.530.00   0.07
XYZ52.168433.549584.6150
Yxy33.54950.30630.1970
Hunter Lab57.921959.4058-46.0682
CIE-Lab64.603461.9513-44.9049

#e16fee color RGB value is (225,111,238).

#e16fee hex color red value is 225, green value is 111 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e16fee hue: 0.82 , saturation: 0.79 and the lightness value of e16fee is 0.68.

The process color (four color CMYK) of #e16fee color hex is 0.05, 0.53, 0.00, 0.07. Web safe color of #e16fee is #cc66ff. Color #e16fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11101110
Octal 341 157 356
Decimal 225 111 238
Hex E1 6F EE

RGB Percentages of Color #e16fee

%39.20
%19.34
%41.46

CMYK Percentages of Color #e16fee

%5
%53
%0
%7

Triadic Colors of #e16fee

#e16fee #eee16f #6feee1

Analogous Colors of #e16fee

#e16fee #ee6fbc #a26fee

Monochromatic Colors of #e16fee

#e16fee

Complementary Color

#e16fee #7cee6f

#e16fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fee Color CSS Codes

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

#e16fee Text Font Color

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

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


#e16fee Background Color

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

This div background color is #e16fee


#e16fee Border Color

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

This div border color is #e16fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fee


Comments

No comments written yet.

Please login to write comment.