Color Hex Logo

#e56584 Color Hex

#E56584
(229,101,132)
0 Favorites   0 Comments

Color spaces of #e56584

RGB 229101132
HSL0.960.710.65
HSV345°56°90°
CMYK 0.000.560.42   0.10
XYZ41.131627.631324.9953
Yxy27.63130.43870.2947
Hunter Lab52.565547.68368.6030
CIE-Lab59.554252.53047.8053

#e56584 color RGB value is (229,101,132).

#e56584 hex color red value is 229, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e56584 hue: 0.96 , saturation: 0.71 and the lightness value of e56584 is 0.65.

The process color (four color CMYK) of #e56584 color hex is 0.00, 0.56, 0.42, 0.10. Web safe color of #e56584 is #cc6699. Color #e56584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 10000100
Octal 345 145 204
Decimal 229 101 132
Hex E5 65 84

RGB Percentages of Color #e56584

%49.57
%21.86
%28.57

CMYK Percentages of Color #e56584

%0
%56
%42
%10

Triadic Colors of #e56584

#e56584 #84e565 #6584e5

Analogous Colors of #e56584

#e56584 #e58665 #e565c4

Monochromatic Colors of #e56584

#e56584

Complementary Color

#e56584 #65e5c6

#e56584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56584 Color CSS Codes

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

#e56584 Text Font Color

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

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


#e56584 Background Color

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

This div background color is #e56584


#e56584 Border Color

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

This div border color is #e56584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56584


Comments

No comments written yet.

Please login to write comment.