Color Hex Logo

#e988bf Color Hex

#E988BF
(233,136,191)
0 Favorites   0 Comments

Color spaces of #e988bf

RGB 233136191
HSL0.910.690.72
HSV326°42°91°
CMYK 0.000.420.18   0.09
XYZ51.812438.693554.0280
Yxy38.69350.35850.2677
Hunter Lab62.204139.8230-7.9541
CIE-Lab68.528744.0987-12.5981

#e988bf color RGB value is (233,136,191).

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

The process color (four color CMYK) of #e988bf color hex is 0.00, 0.42, 0.18, 0.09. Web safe color of #e988bf is #ff99cc. Color #e988bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001000 10111111
Octal 351 210 277
Decimal 233 136 191
Hex E9 88 BF

RGB Percentages of Color #e988bf

%41.61
%24.29
%34.11

CMYK Percentages of Color #e988bf

%0
%42
%18
%9

Triadic Colors of #e988bf

#e988bf #bfe988 #88bfe9

Analogous Colors of #e988bf

#e988bf #e9888f #e388e9

Monochromatic Colors of #e988bf

#e988bf

Complementary Color

#e988bf #88e9b2

#e988bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e988bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e988bf Color CSS Codes

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

#e988bf Text Font Color

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

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


#e988bf Background Color

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

This div background color is #e988bf


#e988bf Border Color

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

This div border color is #e988bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e988bf


Comments

No comments written yet.

Please login to write comment.