Color Hex Logo

#e16ede Color Hex

#E16EDE
(225,110,222)
0 Favorites   0 Comments

Color spaces of #e16ede

RGB 225110222
HSL0.840.660.66
HSV302°51°88°
CMYK 0.000.510.01   0.12
XYZ49.812132.433372.7421
Yxy32.43330.32140.2093
Hunter Lab56.950256.4639-35.8655
CIE-Lab63.699459.5892-37.4264

#e16ede color RGB value is (225,110,222).

#e16ede hex color red value is 225, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e16ede hue: 0.84 , saturation: 0.66 and the lightness value of e16ede is 0.66.

The process color (four color CMYK) of #e16ede color hex is 0.00, 0.51, 0.01, 0.12. Web safe color of #e16ede is #cc66cc. Color #e16ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11011110
Octal 341 156 336
Decimal 225 110 222
Hex E1 6E DE

RGB Percentages of Color #e16ede

%40.39
%19.75
%39.86

CMYK Percentages of Color #e16ede

%0
%51
%1
%12

Triadic Colors of #e16ede

#e16ede #dee16e #6edee1

Analogous Colors of #e16ede

#e16ede #e16ea5 #ab6ee1

Monochromatic Colors of #e16ede

#e16ede

Complementary Color

#e16ede #6ee171

#e16ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ede Color CSS Codes

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

#e16ede Text Font Color

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

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


#e16ede Background Color

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

This div background color is #e16ede


#e16ede Border Color

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

This div border color is #e16ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ede


Comments

No comments written yet.

Please login to write comment.