Color Hex Logo

#e8918b Color Hex

#E8918B
(232,145,139)
0 Favorites   0 Comments

Color spaces of #e8918b

RGB 232145139
HSL0.010.670.73
HSV40°91°
CMYK 0.000.380.40   0.09
XYZ48.064339.270729.4728
Yxy39.27070.41150.3362
Hunter Lab62.666327.241215.9816
CIE-Lab68.946932.199517.0852

#e8918b color RGB value is (232,145,139).

#e8918b hex color red value is 232, green value is 145 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e8918b hue: 0.01 , saturation: 0.67 and the lightness value of e8918b is 0.73.

The process color (four color CMYK) of #e8918b color hex is 0.00, 0.38, 0.40, 0.09. Web safe color of #e8918b is #ff9999. Color #e8918b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010001 10001011
Octal 350 221 213
Decimal 232 145 139
Hex E8 91 8B

RGB Percentages of Color #e8918b

%44.96
%28.10
%26.94

CMYK Percentages of Color #e8918b

%0
%38
%40
%9

Triadic Colors of #e8918b

#e8918b #8be891 #918be8

Analogous Colors of #e8918b

#e8918b #e8c08b #e88bb4

Monochromatic Colors of #e8918b

#e8918b

Complementary Color

#e8918b #8be2e8

#e8918b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8918b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8918b Color CSS Codes

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

#e8918b Text Font Color

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

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


#e8918b Background Color

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

This div background color is #e8918b


#e8918b Border Color

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

This div border color is #e8918b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8918b


Comments

No comments written yet.

Please login to write comment.