Color Hex Logo

#e088bb Color Hex

#E088BB
(224,136,187)
0 Favorites   0 Comments

Color spaces of #e088bb

RGB 224136187
HSL0.900.590.71
HSV325°39°88°
CMYK 0.000.390.17   0.12
XYZ48.514337.043551.6068
Yxy37.04350.35370.2701
Hunter Lab60.863435.7718-7.6684
CIE-Lab67.309740.4959-12.2984

#e088bb color RGB value is (224,136,187).

#e088bb hex color red value is 224, green value is 136 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e088bb hue: 0.90 , saturation: 0.59 and the lightness value of e088bb is 0.71.

The process color (four color CMYK) of #e088bb color hex is 0.00, 0.39, 0.17, 0.12. Web safe color of #e088bb is #cc99cc. Color #e088bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 10111011
Octal 340 210 273
Decimal 224 136 187
Hex E0 88 BB

RGB Percentages of Color #e088bb

%40.95
%24.86
%34.19

CMYK Percentages of Color #e088bb

%0
%39
%17
%12

Triadic Colors of #e088bb

#e088bb #bbe088 #88bbe0

Analogous Colors of #e088bb

#e088bb #e0888f #d988e0

Monochromatic Colors of #e088bb

#e088bb

Complementary Color

#e088bb #88e0ad

#e088bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e088bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e088bb Color CSS Codes

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

#e088bb Text Font Color

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

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


#e088bb Background Color

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

This div background color is #e088bb


#e088bb Border Color

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

This div border color is #e088bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e088bb


Comments

No comments written yet.

Please login to write comment.