Color Hex Logo

#e399dc Color Hex

#E399DC
(227,153,220)
0 Favorites   0 Comments

Color spaces of #e399dc

RGB 227153220
HSL0.850.570.75
HSV306°33°89°
CMYK 0.000.330.03   0.11
XYZ55.988144.280773.3063
Yxy44.28070.32260.2551
Hunter Lab66.543733.7335-18.7348
CIE-Lab72.415738.0345-22.8491

#e399dc color RGB value is (227,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011001 11011100
Octal 343 231 334
Decimal 227 153 220
Hex E3 99 DC

RGB Percentages of Color #e399dc

%37.83
%25.50
%36.67

CMYK Percentages of Color #e399dc

%0
%33
%3
%11

Triadic Colors of #e399dc

#e399dc #dce399 #99dce3

Analogous Colors of #e399dc

#e399dc #e399b7 #c599e3

Monochromatic Colors of #e399dc

#e399dc

Complementary Color

#e399dc #99e3a0

#e399dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e399dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e399dc Color CSS Codes

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

#e399dc Text Font Color

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

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


#e399dc Background Color

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

This div background color is #e399dc


#e399dc Border Color

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

This div border color is #e399dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e399dc


Comments

No comments written yet.

Please login to write comment.