Color Hex Logo

#e56286 Color Hex

#E56286
(229,98,134)
0 Favorites   0 Comments

Color spaces of #e56286

RGB 22998134
HSL0.950.720.64
HSV344°57°90°
CMYK 0.000.570.41   0.10
XYZ40.983927.114625.6278
Yxy27.11460.43730.2893
Hunter Lab52.071749.36607.2698
CIE-Lab59.080354.11995.9638

#e56286 color RGB value is (229,98,134).

#e56286 hex color red value is 229, green value is 98 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e56286 hue: 0.95 , saturation: 0.72 and the lightness value of e56286 is 0.64.

The process color (four color CMYK) of #e56286 color hex is 0.00, 0.57, 0.41, 0.10. Web safe color of #e56286 is #cc6699. Color #e56286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 10000110
Octal 345 142 206
Decimal 229 98 134
Hex E5 62 86

RGB Percentages of Color #e56286

%49.67
%21.26
%29.07

CMYK Percentages of Color #e56286

%0
%57
%41
%10

Triadic Colors of #e56286

#e56286 #86e562 #6286e5

Analogous Colors of #e56286

#e56286 #e58062 #e562c8

Monochromatic Colors of #e56286

#e56286

Complementary Color

#e56286 #62e5c1

#e56286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56286 Color CSS Codes

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

#e56286 Text Font Color

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

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


#e56286 Background Color

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

This div background color is #e56286


#e56286 Border Color

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

This div border color is #e56286


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,98,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e56286; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e56286;
  -webkit-box-shadow: 1px 1px 3px 2px #e56286;
  box-shadow:         1px 1px 3px 2px #e56286; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,98,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56286


Comments

No comments written yet.

Please login to write comment.