Color Hex Logo

#e399ea Color Hex

#E399EA
(227,153,234)
0 Favorites   0 Comments

Color spaces of #e399ea

RGB 227153234
HSL0.820.660.76
HSV295°35°92°
CMYK 0.030.350.00   0.08
XYZ57.921145.053983.4854
Yxy45.05390.31060.2416
Hunter Lab67.122236.5674-26.7583
CIE-Lab72.927440.5983-29.7313

#e399ea color RGB value is (227,153,234).

#e399ea hex color red value is 227, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e399ea hue: 0.82 , saturation: 0.66 and the lightness value of e399ea is 0.76.

The process color (four color CMYK) of #e399ea color hex is 0.03, 0.35, 0.00, 0.08. Web safe color of #e399ea is #cc99ff. Color #e399ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011001 11101010
Octal 343 231 352
Decimal 227 153 234
Hex E3 99 EA

RGB Percentages of Color #e399ea

%36.97
%24.92
%38.11

CMYK Percentages of Color #e399ea

%3
%35
%0
%8

Triadic Colors of #e399ea

#e399ea #eae399 #99eae3

Analogous Colors of #e399ea

#e399ea #ea99c9 #bb99ea

Monochromatic Colors of #e399ea

#e399ea

Complementary Color

#e399ea #a0ea99

#e399ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e399ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e399ea Color CSS Codes

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

#e399ea Text Font Color

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

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


#e399ea Background Color

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

This div background color is #e399ea


#e399ea Border Color

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

This div border color is #e399ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e399ea


Comments

No comments written yet.

Please login to write comment.