Color Hex Logo

#e16eef Color Hex

#E16EEF
(225,110,239)
0 Favorites   0 Comments

Color spaces of #e16eef

RGB 225110239
HSL0.820.800.68
HSV293°54°94°
CMYK 0.060.540.00   0.06
XYZ52.207333.391485.3549
Yxy33.39140.30540.1953
Hunter Lab57.785360.1452-47.1278
CIE-Lab64.476662.5997-45.6580

#e16eef color RGB value is (225,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11101111
Octal 341 156 357
Decimal 225 110 239
Hex E1 6E EF

RGB Percentages of Color #e16eef

%39.20
%19.16
%41.64

CMYK Percentages of Color #e16eef

%6
%54
%0
%6

Triadic Colors of #e16eef

#e16eef #efe16e #6eefe1

Analogous Colors of #e16eef

#e16eef #ef6ebd #a16eef

Monochromatic Colors of #e16eef

#e16eef

Complementary Color

#e16eef #7cef6e

#e16eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16eef Color CSS Codes

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

#e16eef Text Font Color

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

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


#e16eef Background Color

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

This div background color is #e16eef


#e16eef Border Color

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

This div border color is #e16eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16eef


Comments

No comments written yet.

Please login to write comment.