Color Hex Logo

#e898bb Color Hex

#E898BB
(232,152,187)
0 Favorites   0 Comments

Color spaces of #e898bb

RGB 232152187
HSL0.930.630.75
HSV334°34°91°
CMYK 0.000.340.19   0.09
XYZ53.476643.200152.5336
Yxy43.20010.35840.2895
Hunter Lab65.726830.2092-1.3801
CIE-Lab71.690634.7969-5.6730

#e898bb color RGB value is (232,152,187).

#e898bb hex color red value is 232, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e898bb hue: 0.93 , saturation: 0.63 and the lightness value of e898bb is 0.75.

The process color (four color CMYK) of #e898bb color hex is 0.00, 0.34, 0.19, 0.09. Web safe color of #e898bb is #ff99cc. Color #e898bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011000 10111011
Octal 350 230 273
Decimal 232 152 187
Hex E8 98 BB

RGB Percentages of Color #e898bb

%40.63
%26.62
%32.75

CMYK Percentages of Color #e898bb

%0
%34
%19
%9

Triadic Colors of #e898bb

#e898bb #bbe898 #98bbe8

Analogous Colors of #e898bb

#e898bb #e89d98 #e898e3

Monochromatic Colors of #e898bb

#e898bb

Complementary Color

#e898bb #98e8c5

#e898bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e898bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e898bb Color CSS Codes

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

#e898bb Text Font Color

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

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


#e898bb Background Color

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

This div background color is #e898bb


#e898bb Border Color

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

This div border color is #e898bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e898bb


Comments

No comments written yet.

Please login to write comment.