Color Hex Logo

#e16eda Color Hex

#E16EDA
(225,110,218)
0 Favorites   0 Comments

Color spaces of #e16eda

RGB 225110218
HSL0.840.660.66
HSV304°51°88°
CMYK 0.000.510.03   0.12
XYZ49.282232.221469.9516
Yxy32.22140.32540.2127
Hunter Lab56.763955.6362-33.3299
CIE-Lab63.525458.9044-35.4614

#e16eda color RGB value is (225,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11011010
Octal 341 156 332
Decimal 225 110 218
Hex E1 6E DA

RGB Percentages of Color #e16eda

%40.69
%19.89
%39.42

CMYK Percentages of Color #e16eda

%0
%51
%3
%12

Triadic Colors of #e16eda

#e16eda #dae16e #6edae1

Analogous Colors of #e16eda

#e16eda #e16ea1 #af6ee1

Monochromatic Colors of #e16eda

#e16eda

Complementary Color

#e16eda #6ee175

#e16eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16eda Color CSS Codes

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

#e16eda Text Font Color

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

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


#e16eda Background Color

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

This div background color is #e16eda


#e16eda Border Color

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

This div border color is #e16eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16eda


Comments

No comments written yet.

Please login to write comment.