Color Hex Logo

#e16bdb Color Hex

#E16BDB
(225,107,219)
0 Favorites   0 Comments

Color spaces of #e16bdb

RGB 225107219
HSL0.840.660.65
HSV303°52°88°
CMYK 0.000.520.03   0.12
XYZ49.095231.637470.5369
Yxy31.63740.32460.2091
Hunter Lab56.247157.3709-34.9798
CIE-Lab63.042160.4793-36.7748

#e16bdb color RGB value is (225,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 11011011
Octal 341 153 333
Decimal 225 107 219
Hex E1 6B DB

RGB Percentages of Color #e16bdb

%40.83
%19.42
%39.75

CMYK Percentages of Color #e16bdb

%0
%52
%3
%12

Triadic Colors of #e16bdb

#e16bdb #dbe16b #6bdbe1

Analogous Colors of #e16bdb

#e16bdb #e16ba0 #ac6be1

Monochromatic Colors of #e16bdb

#e16bdb

Complementary Color

#e16bdb #6be171

#e16bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bdb Color CSS Codes

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

#e16bdb Text Font Color

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

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


#e16bdb Background Color

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

This div background color is #e16bdb


#e16bdb Border Color

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

This div border color is #e16bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bdb


Comments

No comments written yet.

Please login to write comment.