Color Hex Logo

#e088bf Color Hex

#E088BF
(224,136,191)
0 Favorites   0 Comments

Color spaces of #e088bf

RGB 224136191
HSL0.900.590.71
HSV323°39°88°
CMYK 0.000.390.15   0.12
XYZ48.948637.217253.8940
Yxy37.21720.34950.2657
Hunter Lab61.005936.4607-9.6740
CIE-Lab67.439741.1243-14.3447

#e088bf color RGB value is (224,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 10111111
Octal 340 210 277
Decimal 224 136 191
Hex E0 88 BF

RGB Percentages of Color #e088bf

%40.65
%24.68
%34.66

CMYK Percentages of Color #e088bf

%0
%39
%15
%12

Triadic Colors of #e088bf

#e088bf #bfe088 #88bfe0

Analogous Colors of #e088bf

#e088bf #e08893 #d588e0

Monochromatic Colors of #e088bf

#e088bf

Complementary Color

#e088bf #88e0a9

#e088bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e088bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e088bf Color CSS Codes

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

#e088bf Text Font Color

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

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


#e088bf Background Color

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

This div background color is #e088bf


#e088bf Border Color

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

This div border color is #e088bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e088bf


Comments

No comments written yet.

Please login to write comment.