Color Hex Logo

#e396ad Color Hex

#E396AD
(227,150,173)
0 Favorites   0 Comments

Color spaces of #e396ad

RGB 227150173
HSL0.950.580.74
HSV342°34°89°
CMYK 0.000.340.24   0.11
XYZ50.127741.160744.8380
Yxy41.16070.36820.3024
Hunter Lab64.156627.19403.4728
CIE-Lab70.288432.0380-0.0232

#e396ad color RGB value is (227,150,173).

#e396ad hex color red value is 227, green value is 150 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e396ad hue: 0.95 , saturation: 0.58 and the lightness value of e396ad is 0.74.

The process color (four color CMYK) of #e396ad color hex is 0.00, 0.34, 0.24, 0.11. Web safe color of #e396ad is #cc9999. Color #e396ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010110 10101101
Octal 343 226 255
Decimal 227 150 173
Hex E3 96 AD

RGB Percentages of Color #e396ad

%41.27
%27.27
%31.45

CMYK Percentages of Color #e396ad

%0
%34
%24
%11

Triadic Colors of #e396ad

#e396ad #ade396 #96ade3

Analogous Colors of #e396ad

#e396ad #e3a696 #e396d4

Monochromatic Colors of #e396ad

#e396ad

Complementary Color

#e396ad #96e3cc

#e396ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e396ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e396ad Color CSS Codes

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

#e396ad Text Font Color

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

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


#e396ad Background Color

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

This div background color is #e396ad


#e396ad Border Color

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

This div border color is #e396ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e396ad


Comments

No comments written yet.

Please login to write comment.