Color Hex Logo

#e56984 Color Hex

#E56984
(229,105,132)
0 Favorites   0 Comments

Color spaces of #e56984

RGB 229105132
HSL0.960.700.65
HSV347°54°90°
CMYK 0.000.540.42   0.10
XYZ41.529528.427125.1279
Yxy28.42710.43680.2990
Hunter Lab53.317145.73169.3791
CIE-Lab60.272750.64928.8279

#e56984 color RGB value is (229,105,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101001 10000100
Octal 345 151 204
Decimal 229 105 132
Hex E5 69 84

RGB Percentages of Color #e56984

%49.14
%22.53
%28.33

CMYK Percentages of Color #e56984

%0
%54
%42
%10

Triadic Colors of #e56984

#e56984 #84e569 #6984e5

Analogous Colors of #e56984

#e56984 #e58c69 #e569c2

Monochromatic Colors of #e56984

#e56984

Complementary Color

#e56984 #69e5ca

#e56984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56984 Color CSS Codes

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

#e56984 Text Font Color

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

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


#e56984 Background Color

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

This div background color is #e56984


#e56984 Border Color

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

This div border color is #e56984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56984


Comments

No comments written yet.

Please login to write comment.