Color Hex Logo

#e39dcc Color Hex

#E39DCC
(227,157,204)
0 Favorites   0 Comments

Color spaces of #e39dcc

RGB 227157204
HSL0.890.560.75
HSV320°31°89°
CMYK 0.000.310.10   0.11
XYZ54.634644.804562.8953
Yxy44.80450.33660.2760
Hunter Lab66.936228.5569-8.8554
CIE-Lab72.763033.1326-13.5250

#e39dcc color RGB value is (227,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 11001100
Octal 343 235 314
Decimal 227 157 204
Hex E3 9D CC

RGB Percentages of Color #e39dcc

%38.61
%26.70
%34.69

CMYK Percentages of Color #e39dcc

%0
%31
%10
%11

Triadic Colors of #e39dcc

#e39dcc #cce39d #9dcce3

Analogous Colors of #e39dcc

#e39dcc #e39da9 #d79de3

Monochromatic Colors of #e39dcc

#e39dcc

Complementary Color

#e39dcc #9de3b4

#e39dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39dcc Color CSS Codes

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

#e39dcc Text Font Color

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

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


#e39dcc Background Color

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

This div background color is #e39dcc


#e39dcc Border Color

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

This div border color is #e39dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39dcc


Comments

No comments written yet.

Please login to write comment.