Color Hex Logo

#e08791 Color Hex

#E08791
(224,135,145)
2 Favorites   0 Comments

Color spaces of #e08791

RGB 224135145
HSL0.980.590.70
HSV353°40°88°
CMYK 0.000.400.35   0.12
XYZ44.515335.219631.2399
Yxy35.21960.40110.3174
Hunter Lab59.346130.036510.3319
CIE-Lab65.919335.19339.3295

#e08791 color RGB value is (224,135,145).

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

The process color (four color CMYK) of #e08791 color hex is 0.00, 0.40, 0.35, 0.12. Web safe color of #e08791 is #cc9999. Color #e08791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 10010001
Octal 340 207 221
Decimal 224 135 145
Hex E0 87 91

RGB Percentages of Color #e08791

%44.44
%26.79
%28.77

CMYK Percentages of Color #e08791

%0
%40
%35
%12

Triadic Colors of #e08791

#e08791 #91e087 #8791e0

Analogous Colors of #e08791

#e08791 #e0aa87 #e087be

Monochromatic Colors of #e08791

#e08791

Complementary Color

#e08791 #87e0d6

#e08791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08791 Color CSS Codes

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

#e08791 Text Font Color

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

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


#e08791 Background Color

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

This div background color is #e08791


#e08791 Border Color

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

This div border color is #e08791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08791


Comments

No comments written yet.

Please login to write comment.