Color Hex Logo

#e18baf Color Hex

#E18BAF
(225,139,175)
0 Favorites   0 Comments

Color spaces of #e18baf

RGB 225139175
HSL0.930.590.71
HSV335°38°88°
CMYK 0.000.380.22   0.12
XYZ48.021837.567945.2777
Yxy37.56790.36700.2871
Hunter Lab61.292732.5897-0.8934
CIE-Lab67.700937.4526-4.9691

#e18baf color RGB value is (225,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 10101111
Octal 341 213 257
Decimal 225 139 175
Hex E1 8B AF

RGB Percentages of Color #e18baf

%41.74
%25.79
%32.47

CMYK Percentages of Color #e18baf

%0
%38
%22
%12

Triadic Colors of #e18baf

#e18baf #afe18b #8bafe1

Analogous Colors of #e18baf

#e18baf #e1928b #e18bda

Monochromatic Colors of #e18baf

#e18baf

Complementary Color

#e18baf #8be1bd

#e18baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18baf Color CSS Codes

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

#e18baf Text Font Color

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

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


#e18baf Background Color

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

This div background color is #e18baf


#e18baf Border Color

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

This div border color is #e18baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,139,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18baf


Comments

No comments written yet.

Please login to write comment.