Color Hex Logo

#e18bab Color Hex

#E18BAB
(225,139,171)
0 Favorites   0 Comments

Color spaces of #e18bab

RGB 225139171
HSL0.940.590.71
HSV338°38°88°
CMYK 0.000.380.24   0.12
XYZ47.634637.413143.2389
Yxy37.41310.37130.2916
Hunter Lab61.166231.97000.9038
CIE-Lab67.585836.8756-2.8925

#e18bab color RGB value is (225,139,171).

#e18bab hex color red value is 225, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e18bab hue: 0.94 , saturation: 0.59 and the lightness value of e18bab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 10101011
Octal 341 213 253
Decimal 225 139 171
Hex E1 8B AB

RGB Percentages of Color #e18bab

%42.06
%25.98
%31.96

CMYK Percentages of Color #e18bab

%0
%38
%24
%12

Triadic Colors of #e18bab

#e18bab #abe18b #8babe1

Analogous Colors of #e18bab

#e18bab #e1968b #e18bd6

Monochromatic Colors of #e18bab

#e18bab

Complementary Color

#e18bab #8be1c1

#e18bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bab Color CSS Codes

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

#e18bab Text Font Color

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

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


#e18bab Background Color

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

This div background color is #e18bab


#e18bab Border Color

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

This div border color is #e18bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bab


Comments

No comments written yet.

Please login to write comment.