Color Hex Logo

#e16eeb Color Hex

#E16EEB
(225,110,235)
0 Favorites   0 Comments

Color spaces of #e16eeb

RGB 225110235
HSL0.820.760.68
HSV295°53°92°
CMYK 0.040.530.00   0.08
XYZ51.622733.157682.2765
Yxy33.15760.30900.1985
Hunter Lab57.582659.2552-44.4082
CIE-Lab64.288361.8770-43.7384

#e16eeb color RGB value is (225,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11101011
Octal 341 156 353
Decimal 225 110 235
Hex E1 6E EB

RGB Percentages of Color #e16eeb

%39.47
%19.30
%41.23

CMYK Percentages of Color #e16eeb

%4
%53
%0
%8

Triadic Colors of #e16eeb

#e16eeb #ebe16e #6eebe1

Analogous Colors of #e16eeb

#e16eeb #eb6eb7 #a36eeb

Monochromatic Colors of #e16eeb

#e16eeb

Complementary Color

#e16eeb #78eb6e

#e16eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16eeb Color CSS Codes

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

#e16eeb Text Font Color

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

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


#e16eeb Background Color

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

This div background color is #e16eeb


#e16eeb Border Color

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

This div border color is #e16eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16eeb


Comments

No comments written yet.

Please login to write comment.