Color Hex Logo

#e88896 Color Hex

#E88896
(232,136,150)
0 Favorites   0 Comments

Color spaces of #e88896

RGB 232136150
HSL0.980.680.72
HSV351°41°91°
CMYK 0.000.410.35   0.09
XYZ47.587936.966133.4812
Yxy36.96610.40320.3132
Hunter Lab60.799833.31229.9100
CIE-Lab67.251638.18648.5445

#e88896 color RGB value is (232,136,150).

#e88896 hex color red value is 232, green value is 136 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e88896 hue: 0.98 , saturation: 0.68 and the lightness value of e88896 is 0.72.

The process color (four color CMYK) of #e88896 color hex is 0.00, 0.41, 0.35, 0.09. Web safe color of #e88896 is #ff9999. Color #e88896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001000 10010110
Octal 350 210 226
Decimal 232 136 150
Hex E8 88 96

RGB Percentages of Color #e88896

%44.79
%26.25
%28.96

CMYK Percentages of Color #e88896

%0
%41
%35
%9

Triadic Colors of #e88896

#e88896 #96e888 #8896e8

Analogous Colors of #e88896

#e88896 #e8aa88 #e888c6

Monochromatic Colors of #e88896

#e88896

Complementary Color

#e88896 #88e8da

#e88896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88896 Color CSS Codes

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

#e88896 Text Font Color

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

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


#e88896 Background Color

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

This div background color is #e88896


#e88896 Border Color

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

This div border color is #e88896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88896


Comments

No comments written yet.

Please login to write comment.