Color Hex Logo

#e39ddb Color Hex

#E39DDB
(227,157,219)
0 Favorites   0 Comments

Color spaces of #e39ddb

RGB 227157219
HSL0.850.560.75
HSV307°31°89°
CMYK 0.000.310.04   0.11
XYZ56.521745.559372.8326
Yxy45.55930.32310.2605
Hunter Lab67.497631.3529-16.7279
CIE-Lab73.258735.7285-21.0174

#e39ddb color RGB value is (227,157,219).

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

The process color (four color CMYK) of #e39ddb color hex is 0.00, 0.31, 0.04, 0.11. Web safe color of #e39ddb is #cc99cc. Color #e39ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 11011011
Octal 343 235 333
Decimal 227 157 219
Hex E3 9D DB

RGB Percentages of Color #e39ddb

%37.65
%26.04
%36.32

CMYK Percentages of Color #e39ddb

%0
%31
%4
%11

Triadic Colors of #e39ddb

#e39ddb #dbe39d #9ddbe3

Analogous Colors of #e39ddb

#e39ddb #e39db8 #c89de3

Monochromatic Colors of #e39ddb

#e39ddb

Complementary Color

#e39ddb #9de3a5

#e39ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39ddb Color CSS Codes

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

#e39ddb Text Font Color

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

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


#e39ddb Background Color

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

This div background color is #e39ddb


#e39ddb Border Color

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

This div border color is #e39ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39ddb


Comments

No comments written yet.

Please login to write comment.