Color Hex Logo

#e988ab Color Hex

#E988AB
(233,136,171)
0 Favorites   0 Comments

Color spaces of #e988ab

RGB 233136171
HSL0.940.690.72
HSV338°42°91°
CMYK 0.000.420.27   0.09
XYZ49.759137.872243.2156
Yxy37.87220.38030.2894
Hunter Lab61.540436.63231.4430
CIE-Lab67.926341.2267-2.2790

#e988ab color RGB value is (233,136,171).

#e988ab hex color red value is 233, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e988ab hue: 0.94 , saturation: 0.69 and the lightness value of e988ab is 0.72.

The process color (four color CMYK) of #e988ab color hex is 0.00, 0.42, 0.27, 0.09. Web safe color of #e988ab is #ff9999. Color #e988ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001000 10101011
Octal 351 210 253
Decimal 233 136 171
Hex E9 88 AB

RGB Percentages of Color #e988ab

%43.15
%25.19
%31.67

CMYK Percentages of Color #e988ab

%0
%42
%27
%9

Triadic Colors of #e988ab

#e988ab #abe988 #88abe9

Analogous Colors of #e988ab

#e988ab #e99688 #e988dc

Monochromatic Colors of #e988ab

#e988ab

Complementary Color

#e988ab #88e9c6

#e988ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e988ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e988ab Color CSS Codes

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

#e988ab Text Font Color

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

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


#e988ab Background Color

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

This div background color is #e988ab


#e988ab Border Color

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

This div border color is #e988ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e988ab


Comments

No comments written yet.

Please login to write comment.