Color Hex Logo

#e087be Color Hex

#E087BE
(224,135,190)
0 Favorites   0 Comments

Color spaces of #e087be

RGB 224135190
HSL0.900.590.70
HSV323°40°88°
CMYK 0.000.400.15   0.12
XYZ48.698736.892953.2695
Yxy36.89290.35070.2657
Hunter Lab60.739536.8205-9.4806
CIE-Lab67.196641.4888-14.1503

#e087be color RGB value is (224,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 10111110
Octal 340 207 276
Decimal 224 135 190
Hex E0 87 BE

RGB Percentages of Color #e087be

%40.80
%24.59
%34.61

CMYK Percentages of Color #e087be

%0
%40
%15
%12

Triadic Colors of #e087be

#e087be #bee087 #87bee0

Analogous Colors of #e087be

#e087be #e08792 #d687e0

Monochromatic Colors of #e087be

#e087be

Complementary Color

#e087be #87e0a9

#e087be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e087be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e087be Color CSS Codes

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

#e087be Text Font Color

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

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


#e087be Background Color

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

This div background color is #e087be


#e087be Border Color

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

This div border color is #e087be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,135,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e087be


Comments

No comments written yet.

Please login to write comment.