Color Hex Logo

#e16edb Color Hex

#E16EDB
(225,110,219)
0 Favorites   0 Comments

Color spaces of #e16edb

RGB 225110219
HSL0.840.660.66
HSV303°51°88°
CMYK 0.000.510.03   0.12
XYZ49.413532.273970.6429
Yxy32.27390.32440.2119
Hunter Lab56.810155.8418-33.9595
CIE-Lab63.568659.0747-35.9536

#e16edb color RGB value is (225,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11011011
Octal 341 156 333
Decimal 225 110 219
Hex E1 6E DB

RGB Percentages of Color #e16edb

%40.61
%19.86
%39.53

CMYK Percentages of Color #e16edb

%0
%51
%3
%12

Triadic Colors of #e16edb

#e16edb #dbe16e #6edbe1

Analogous Colors of #e16edb

#e16edb #e16ea2 #ae6ee1

Monochromatic Colors of #e16edb

#e16edb

Complementary Color

#e16edb #6ee174

#e16edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16edb Color CSS Codes

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

#e16edb Text Font Color

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

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


#e16edb Background Color

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

This div background color is #e16edb


#e16edb Border Color

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

This div border color is #e16edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16edb


Comments

No comments written yet.

Please login to write comment.