Color Hex Logo

#e894ab Color Hex

#E894AB
(232,148,171)
0 Favorites   0 Comments

Color spaces of #e894ab

RGB 232148171
HSL0.950.650.75
HSV344°36°91°
CMYK 0.000.360.26   0.09
XYZ51.219341.275943.7956
Yxy41.27590.37580.3029
Hunter Lab64.246329.87514.5555
CIE-Lab70.368834.60271.2776

#e894ab color RGB value is (232,148,171).

#e894ab hex color red value is 232, green value is 148 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e894ab hue: 0.95 , saturation: 0.65 and the lightness value of e894ab is 0.75.

The process color (four color CMYK) of #e894ab color hex is 0.00, 0.36, 0.26, 0.09. Web safe color of #e894ab is #ff9999. Color #e894ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 10101011
Octal 350 224 253
Decimal 232 148 171
Hex E8 94 AB

RGB Percentages of Color #e894ab

%42.11
%26.86
%31.03

CMYK Percentages of Color #e894ab

%0
%36
%26
%9

Triadic Colors of #e894ab

#e894ab #abe894 #94abe8

Analogous Colors of #e894ab

#e894ab #e8a794 #e894d5

Monochromatic Colors of #e894ab

#e894ab

Complementary Color

#e894ab #94e8d1

#e894ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e894ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e894ab Color CSS Codes

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

#e894ab Text Font Color

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

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


#e894ab Background Color

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

This div background color is #e894ab


#e894ab Border Color

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

This div border color is #e894ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e894ab


Comments

No comments written yet.

Please login to write comment.