Color Hex Logo

#e05887 Color Hex

#E05887
(224,88,135)
0 Favorites   0 Comments

Color spaces of #e05887

RGB 22488135
HSL0.940.690.61
HSV339°61°88°
CMYK 0.000.610.40   0.12
XYZ38.603424.576025.6307
Yxy24.57600.43470.2767
Hunter Lab49.574252.24314.0480
CIE-Lab56.659957.09241.7862

#e05887 color RGB value is (224,88,135).

#e05887 hex color red value is 224, green value is 88 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #e05887 hue: 0.94 , saturation: 0.69 and the lightness value of e05887 is 0.61.

The process color (four color CMYK) of #e05887 color hex is 0.00, 0.61, 0.40, 0.12. Web safe color of #e05887 is #cc6699. Color #e05887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011000 10000111
Octal 340 130 207
Decimal 224 88 135
Hex E0 58 87

RGB Percentages of Color #e05887

%50.11
%19.69
%30.20

CMYK Percentages of Color #e05887

%0
%61
%40
%12

Triadic Colors of #e05887

#e05887 #87e058 #5887e0

Analogous Colors of #e05887

#e05887 #e06d58 #e058cb

Monochromatic Colors of #e05887

#e05887

Complementary Color

#e05887 #58e0b1

#e05887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05887 Color CSS Codes

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

#e05887 Text Font Color

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

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


#e05887 Background Color

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

This div background color is #e05887


#e05887 Border Color

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

This div border color is #e05887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05887


Comments

No comments written yet.

Please login to write comment.