Color Hex Logo

#e497ab Color Hex

#E497AB
(228,151,171)
1 Favorites   0 Comments

Color spaces of #e497ab

RGB 228151171
HSL0.960.590.74
HSV344°34°89°
CMYK 0.000.340.25   0.11
XYZ50.412241.567543.8944
Yxy41.56750.37100.3059
Hunter Lab64.472926.74404.7652
CIE-Lab70.571731.57951.5165

#e497ab color RGB value is (228,151,171).

#e497ab hex color red value is 228, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e497ab hue: 0.96 , saturation: 0.59 and the lightness value of e497ab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 10101011
Octal 344 227 253
Decimal 228 151 171
Hex E4 97 AB

RGB Percentages of Color #e497ab

%41.45
%27.45
%31.09

CMYK Percentages of Color #e497ab

%0
%34
%25
%11

Triadic Colors of #e497ab

#e497ab #abe497 #97abe4

Analogous Colors of #e497ab

#e497ab #e4aa97 #e497d2

Monochromatic Colors of #e497ab

#e497ab

Complementary Color

#e497ab #97e4d0

#e497ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e497ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e497ab Color CSS Codes

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

#e497ab Text Font Color

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

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


#e497ab Background Color

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

This div background color is #e497ab


#e497ab Border Color

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

This div border color is #e497ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,151,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e497ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e497ab;
  -webkit-box-shadow: 1px 1px 3px 2px #e497ab;
  box-shadow:         1px 1px 3px 2px #e497ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,151,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e497ab


Comments

No comments written yet.

Please login to write comment.