Color Hex Logo

#e05687 Color Hex

#E05687
(224,86,135)
0 Favorites   0 Comments

Color spaces of #e05687

RGB 22486135
HSL0.940.690.61
HSV339°62°88°
CMYK 0.000.620.40   0.12
XYZ38.441424.252125.5767
Yxy24.25210.43550.2747
Hunter Lab49.246453.15463.6795
CIE-Lab56.339357.95571.3202

#e05687 color RGB value is (224,86,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010110 10000111
Octal 340 126 207
Decimal 224 86 135
Hex E0 56 87

RGB Percentages of Color #e05687

%50.34
%19.33
%30.34

CMYK Percentages of Color #e05687

%0
%62
%40
%12

Triadic Colors of #e05687

#e05687 #87e056 #5687e0

Analogous Colors of #e05687

#e05687 #e06a56 #e056cc

Monochromatic Colors of #e05687

#e05687

Complementary Color

#e05687 #56e0af

#e05687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05687 Color CSS Codes

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

#e05687 Text Font Color

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

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


#e05687 Background Color

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

This div background color is #e05687


#e05687 Border Color

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

This div border color is #e05687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05687


Comments

No comments written yet.

Please login to write comment.