Color Hex Logo

#e199ab Color Hex

#E199AB
(225,153,171)
0 Favorites   0 Comments

Color spaces of #e199ab

RGB 225153171
HSL0.960.550.74
HSV345°32°88°
CMYK 0.000.320.24   0.12
XYZ49.793341.730343.9584
Yxy41.73030.36750.3080
Hunter Lab64.599024.54074.8736
CIE-Lab70.684629.42991.6393

#e199ab color RGB value is (225,153,171).

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

The process color (four color CMYK) of #e199ab color hex is 0.00, 0.32, 0.24, 0.12. Web safe color of #e199ab is #cc9999. Color #e199ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 10101011
Octal 341 231 253
Decimal 225 153 171
Hex E1 99 AB

RGB Percentages of Color #e199ab

%40.98
%27.87
%31.15

CMYK Percentages of Color #e199ab

%0
%32
%24
%12

Triadic Colors of #e199ab

#e199ab #abe199 #99abe1

Analogous Colors of #e199ab

#e199ab #e1ab99 #e199cf

Monochromatic Colors of #e199ab

#e199ab

Complementary Color

#e199ab #99e1cf

#e199ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199ab Color CSS Codes

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

#e199ab Text Font Color

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

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


#e199ab Background Color

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

This div background color is #e199ab


#e199ab Border Color

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

This div border color is #e199ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,153,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 #e199ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199ab


Comments

No comments written yet.

Please login to write comment.