Color Hex Logo

#e393aa Color Hex

#E393AA
(227,147,170)
0 Favorites   0 Comments

Color spaces of #e393aa

RGB 227147170
HSL0.950.590.73
HSV343°35°89°
CMYK 0.000.350.25   0.11
XYZ49.368040.100643.1684
Yxy40.10060.37220.3023
Hunter Lab63.325028.33923.9098
CIE-Lab69.541133.20770.5587

#e393aa color RGB value is (227,147,170).

#e393aa hex color red value is 227, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e393aa hue: 0.95 , saturation: 0.59 and the lightness value of e393aa is 0.73.

The process color (four color CMYK) of #e393aa color hex is 0.00, 0.35, 0.25, 0.11. Web safe color of #e393aa is #cc9999. Color #e393aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010011 10101010
Octal 343 223 252
Decimal 227 147 170
Hex E3 93 AA

RGB Percentages of Color #e393aa

%41.73
%27.02
%31.25

CMYK Percentages of Color #e393aa

%0
%35
%25
%11

Triadic Colors of #e393aa

#e393aa #aae393 #93aae3

Analogous Colors of #e393aa

#e393aa #e3a493 #e393d2

Monochromatic Colors of #e393aa

#e393aa

Complementary Color

#e393aa #93e3cc

#e393aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e393aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e393aa Color CSS Codes

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

#e393aa Text Font Color

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

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


#e393aa Background Color

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

This div background color is #e393aa


#e393aa Border Color

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

This div border color is #e393aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e393aa


Comments

No comments written yet.

Please login to write comment.