Color Hex Logo

#e19fde Color Hex

#E19FDE
(225,159,222)
0 Favorites   0 Comments

Color spaces of #e19fde

RGB 225159222
HSL0.840.520.75
HSV303°29°88°
CMYK 0.000.290.01   0.12
XYZ56.634346.077875.0162
Yxy46.07780.31870.2593
Hunter Lab67.880630.1354-18.0061
CIE-Lab73.596034.5535-22.1666

#e19fde color RGB value is (225,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 11011110
Octal 341 237 336
Decimal 225 159 222
Hex E1 9F DE

RGB Percentages of Color #e19fde

%37.13
%26.24
%36.63

CMYK Percentages of Color #e19fde

%0
%29
%1
%12

Triadic Colors of #e19fde

#e19fde #dee19f #9fdee1

Analogous Colors of #e19fde

#e19fde #e19fbd #c39fe1

Monochromatic Colors of #e19fde

#e19fde

Complementary Color

#e19fde #9fe1a2

#e19fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fde Color CSS Codes

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

#e19fde Text Font Color

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

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


#e19fde Background Color

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

This div background color is #e19fde


#e19fde Border Color

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

This div border color is #e19fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fde


Comments

No comments written yet.

Please login to write comment.