Color Hex Logo

#e16edd Color Hex

#E16EDD
(225,110,221)
0 Favorites   0 Comments

Color spaces of #e16edd

RGB 225110221
HSL0.840.660.66
HSV302°51°88°
CMYK 0.000.510.02   0.12
XYZ49.678432.379972.0382
Yxy32.37990.32240.2101
Hunter Lab56.903356.2553-35.2273
CIE-Lab63.655659.4168-36.9360

#e16edd color RGB value is (225,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11011101
Octal 341 156 335
Decimal 225 110 221
Hex E1 6E DD

RGB Percentages of Color #e16edd

%40.47
%19.78
%39.75

CMYK Percentages of Color #e16edd

%0
%51
%2
%12

Triadic Colors of #e16edd

#e16edd #dde16e #6edde1

Analogous Colors of #e16edd

#e16edd #e16ea4 #ac6ee1

Monochromatic Colors of #e16edd

#e16edd

Complementary Color

#e16edd #6ee172

#e16edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16edd Color CSS Codes

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

#e16edd Text Font Color

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

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


#e16edd Background Color

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

This div background color is #e16edd


#e16edd Border Color

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

This div border color is #e16edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16edd


Comments

No comments written yet.

Please login to write comment.