Color Hex Logo

#e19ddb Color Hex

#E19DDB
(225,157,219)
0 Favorites   0 Comments

Color spaces of #e19ddb

RGB 225157219
HSL0.850.530.75
HSV305°30°88°
CMYK 0.000.300.03   0.12
XYZ55.894545.236072.8033
Yxy45.23600.32140.2601
Hunter Lab67.257730.6414-17.0982
CIE-Lab73.047035.0797-21.3588

#e19ddb color RGB value is (225,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 11011011
Octal 341 235 333
Decimal 225 157 219
Hex E1 9D DB

RGB Percentages of Color #e19ddb

%37.44
%26.12
%36.44

CMYK Percentages of Color #e19ddb

%0
%30
%3
%12

Triadic Colors of #e19ddb

#e19ddb #dbe19d #9ddbe1

Analogous Colors of #e19ddb

#e19ddb #e19db9 #c59de1

Monochromatic Colors of #e19ddb

#e19ddb

Complementary Color

#e19ddb #9de1a3

#e19ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19ddb Color CSS Codes

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

#e19ddb Text Font Color

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

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


#e19ddb Background Color

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

This div background color is #e19ddb


#e19ddb Border Color

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

This div border color is #e19ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19ddb


Comments

No comments written yet.

Please login to write comment.