Color Hex Logo

#e19dec Color Hex

#E19DEC
(225,157,236)
1 Favorites   0 Comments

Color spaces of #e19dec

RGB 225157236
HSL0.810.680.77
HSV292°33°93°
CMYK 0.050.330.00   0.07
XYZ58.248646.177685.2000
Yxy46.17760.30720.2435
Hunter Lab67.954134.0862-26.7692
CIE-Lab73.660638.2351-29.7118

#e19dec color RGB value is (225,157,236).

#e19dec hex color red value is 225, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e19dec hue: 0.81 , saturation: 0.68 and the lightness value of e19dec is 0.77.

The process color (four color CMYK) of #e19dec color hex is 0.05, 0.33, 0.00, 0.07. Web safe color of #e19dec is #cc99ff. Color #e19dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 11101100
Octal 341 235 354
Decimal 225 157 236
Hex E1 9D EC

RGB Percentages of Color #e19dec

%36.41
%25.40
%38.19

CMYK Percentages of Color #e19dec

%5
%33
%0
%7

Triadic Colors of #e19dec

#e19dec #ece19d #9dece1

Analogous Colors of #e19dec

#e19dec #ec9dd0 #ba9dec

Monochromatic Colors of #e19dec

#e19dec

Complementary Color

#e19dec #a8ec9d

#e19dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dec Color CSS Codes

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

#e19dec Text Font Color

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

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


#e19dec Background Color

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

This div background color is #e19dec


#e19dec Border Color

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

This div border color is #e19dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dec


Comments

No comments written yet.

Please login to write comment.