Color Hex Logo

#e399dd Color Hex

#E399DD
(227,153,221)
0 Favorites   0 Comments

Color spaces of #e399dd

RGB 227153221
HSL0.850.570.75
HSV305°33°89°
CMYK 0.000.330.03   0.11
XYZ56.120944.333874.0060
Yxy44.33380.32170.2541
Hunter Lab66.583633.9297-19.2908
CIE-Lab72.451038.2134-23.3441

#e399dd color RGB value is (227,153,221).

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

The process color (four color CMYK) of #e399dd color hex is 0.00, 0.33, 0.03, 0.11. Web safe color of #e399dd is #cc99cc. Color #e399dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011001 11011101
Octal 343 231 335
Decimal 227 153 221
Hex E3 99 DD

RGB Percentages of Color #e399dd

%37.77
%25.46
%36.77

CMYK Percentages of Color #e399dd

%0
%33
%3
%11

Triadic Colors of #e399dd

#e399dd #dde399 #99dde3

Analogous Colors of #e399dd

#e399dd #e399b8 #c499e3

Monochromatic Colors of #e399dd

#e399dd

Complementary Color

#e399dd #99e39f

#e399dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e399dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e399dd Color CSS Codes

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

#e399dd Text Font Color

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

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


#e399dd Background Color

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

This div background color is #e399dd


#e399dd Border Color

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

This div border color is #e399dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e399dd


Comments

No comments written yet.

Please login to write comment.