Color Hex Logo

#e19cdb Color Hex

#E19CDB
(225,156,219)
0 Favorites   0 Comments

Color spaces of #e19cdb

RGB 225156219
HSL0.850.530.75
HSV305°31°88°
CMYK 0.000.310.03   0.12
XYZ55.726044.899072.7471
Yxy44.89900.32140.2590
Hunter Lab67.006731.1874-17.4646
CIE-Lab72.825335.6139-21.6960

#e19cdb color RGB value is (225,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 11011011
Octal 341 234 333
Decimal 225 156 219
Hex E1 9C DB

RGB Percentages of Color #e19cdb

%37.50
%26.00
%36.50

CMYK Percentages of Color #e19cdb

%0
%31
%3
%12

Triadic Colors of #e19cdb

#e19cdb #dbe19c #9cdbe1

Analogous Colors of #e19cdb

#e19cdb #e19cb9 #c59ce1

Monochromatic Colors of #e19cdb

#e19cdb

Complementary Color

#e19cdb #9ce1a2

#e19cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cdb Color CSS Codes

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

#e19cdb Text Font Color

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

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


#e19cdb Background Color

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

This div background color is #e19cdb


#e19cdb Border Color

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

This div border color is #e19cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cdb


Comments

No comments written yet.

Please login to write comment.