Color Hex Logo

#e089bf Color Hex

#E089BF
(224,137,191)
0 Favorites   0 Comments

Color spaces of #e089bf

RGB 224137191
HSL0.900.580.71
HSV323°39°88°
CMYK 0.000.390.15   0.12
XYZ49.090137.500253.9411
Yxy37.50020.34930.2668
Hunter Lab61.237435.9265-9.3595
CIE-Lab67.650640.6009-14.0270

#e089bf color RGB value is (224,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 10111111
Octal 340 211 277
Decimal 224 137 191
Hex E0 89 BF

RGB Percentages of Color #e089bf

%40.58
%24.82
%34.60

CMYK Percentages of Color #e089bf

%0
%39
%15
%12

Triadic Colors of #e089bf

#e089bf #bfe089 #89bfe0

Analogous Colors of #e089bf

#e089bf #e08994 #d689e0

Monochromatic Colors of #e089bf

#e089bf

Complementary Color

#e089bf #89e0aa

#e089bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089bf Color CSS Codes

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

#e089bf Text Font Color

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

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


#e089bf Background Color

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

This div background color is #e089bf


#e089bf Border Color

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

This div border color is #e089bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089bf


Comments

No comments written yet.

Please login to write comment.