Color Hex Logo

#e19fdb Color Hex

#E19FDB
(225,159,219)
0 Favorites   0 Comments

Color spaces of #e19fdb

RGB 225159219
HSL0.850.520.75
HSV305°29°88°
CMYK 0.000.290.03   0.12
XYZ56.235745.918372.9170
Yxy45.91830.32120.2623
Hunter Lab67.763029.5496-16.3654
CIE-Lab73.492534.0102-20.6817

#e19fdb color RGB value is (225,159,219).

#e19fdb hex color red value is 225, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e19fdb hue: 0.85 , saturation: 0.52 and the lightness value of e19fdb is 0.75.

The process color (four color CMYK) of #e19fdb color hex is 0.00, 0.29, 0.03, 0.12. Web safe color of #e19fdb is #cc99cc. Color #e19fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 11011011
Octal 341 237 333
Decimal 225 159 219
Hex E1 9F DB

RGB Percentages of Color #e19fdb

%37.31
%26.37
%36.32

CMYK Percentages of Color #e19fdb

%0
%29
%3
%12

Triadic Colors of #e19fdb

#e19fdb #dbe19f #9fdbe1

Analogous Colors of #e19fdb

#e19fdb #e19fba #c69fe1

Monochromatic Colors of #e19fdb

#e19fdb

Complementary Color

#e19fdb #9fe1a5

#e19fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fdb Color CSS Codes

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

#e19fdb Text Font Color

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

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


#e19fdb Background Color

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

This div background color is #e19fdb


#e19fdb Border Color

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

This div border color is #e19fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fdb


Comments

No comments written yet.

Please login to write comment.