Color Hex Logo

#e19edb Color Hex

#E19EDB
(225,158,219)
0 Favorites   0 Comments

Color spaces of #e19edb

RGB 225158219
HSL0.850.530.75
HSV305°30°88°
CMYK 0.000.300.03   0.12
XYZ56.064445.575772.8599
Yxy45.57570.32130.2612
Hunter Lab67.509830.0956-16.7319
CIE-Lab73.269434.5454-21.0207

#e19edb color RGB value is (225,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011110 11011011
Octal 341 236 333
Decimal 225 158 219
Hex E1 9E DB

RGB Percentages of Color #e19edb

%37.38
%26.25
%36.38

CMYK Percentages of Color #e19edb

%0
%30
%3
%12

Triadic Colors of #e19edb

#e19edb #dbe19e #9edbe1

Analogous Colors of #e19edb

#e19edb #e19eba #c69ee1

Monochromatic Colors of #e19edb

#e19edb

Complementary Color

#e19edb #9ee1a4

#e19edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19edb Color CSS Codes

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

#e19edb Text Font Color

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

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


#e19edb Background Color

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

This div background color is #e19edb


#e19edb Border Color

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

This div border color is #e19edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19edb


Comments

No comments written yet.

Please login to write comment.