Color Hex Logo

#e16fdb Color Hex

#E16FDB
(225,111,219)
0 Favorites   0 Comments

Color spaces of #e16fdb

RGB 225111219
HSL0.840.660.66
HSV303°51°88°
CMYK 0.000.510.03   0.12
XYZ49.522032.490970.6791
Yxy32.49090.32430.2128
Hunter Lab57.000855.3285-33.6171
CIE-Lab63.746558.6018-35.6763

#e16fdb color RGB value is (225,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11011011
Octal 341 157 333
Decimal 225 111 219
Hex E1 6F DB

RGB Percentages of Color #e16fdb

%40.54
%20.00
%39.46

CMYK Percentages of Color #e16fdb

%0
%51
%3
%12

Triadic Colors of #e16fdb

#e16fdb #dbe16f #6fdbe1

Analogous Colors of #e16fdb

#e16fdb #e16fa2 #ae6fe1

Monochromatic Colors of #e16fdb

#e16fdb

Complementary Color

#e16fdb #6fe175

#e16fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fdb Color CSS Codes

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

#e16fdb Text Font Color

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

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


#e16fdb Background Color

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

This div background color is #e16fdb


#e16fdb Border Color

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

This div border color is #e16fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fdb


Comments

No comments written yet.

Please login to write comment.