Color Hex Logo

#e16dfb Color Hex

#E16DFB
(225,109,251)
0 Favorites   0 Comments

Color spaces of #e16dfb

RGB 225109251
HSL0.800.950.71
HSV289°57°98°
CMYK 0.100.570.00   0.02
XYZ53.932633.909994.9695
Yxy33.90990.29500.1855
Hunter Lab58.232263.4140-55.9321
CIE-Lab64.891065.2754-51.6228

#e16dfb color RGB value is (225,109,251).

#e16dfb hex color red value is 225, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e16dfb hue: 0.80 , saturation: 0.95 and the lightness value of e16dfb is 0.71.

The process color (four color CMYK) of #e16dfb color hex is 0.10, 0.57, 0.00, 0.02. Web safe color of #e16dfb is #cc66ff. Color #e16dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101101 11111011
Octal 341 155 373
Decimal 225 109 251
Hex E1 6D FB

RGB Percentages of Color #e16dfb

%38.46
%18.63
%42.91

CMYK Percentages of Color #e16dfb

%10
%57
%0
%2

Triadic Colors of #e16dfb

#e16dfb #fbe16d #6dfbe1

Analogous Colors of #e16dfb

#e16dfb #fb6dce #9a6dfb

Monochromatic Colors of #e16dfb

#e16dfb

Complementary Color

#e16dfb #87fb6d

#e16dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16dfb Color CSS Codes

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

#e16dfb Text Font Color

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

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


#e16dfb Background Color

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

This div background color is #e16dfb


#e16dfb Border Color

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

This div border color is #e16dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16dfb


Comments

No comments written yet.

Please login to write comment.