Color Hex Logo

#e56cae Color Hex

#E56CAE
(229,108,174)
0 Favorites   0 Comments

Color spaces of #e56cae

RGB 229108174
HSL0.910.700.66
HSV327°53°90°
CMYK 0.000.530.24   0.10
XYZ45.315630.439143.5313
Yxy30.43910.37990.2552
Hunter Lab55.171650.0618-8.1606
CIE-Lab62.031354.2652-12.7999

#e56cae color RGB value is (229,108,174).

#e56cae hex color red value is 229, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e56cae hue: 0.91 , saturation: 0.70 and the lightness value of e56cae is 0.66.

The process color (four color CMYK) of #e56cae color hex is 0.00, 0.53, 0.24, 0.10. Web safe color of #e56cae is #cc6699. Color #e56cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 10101110
Octal 345 154 256
Decimal 229 108 174
Hex E5 6C AE

RGB Percentages of Color #e56cae

%44.81
%21.14
%34.05

CMYK Percentages of Color #e56cae

%0
%53
%24
%10

Triadic Colors of #e56cae

#e56cae #aee56c #6caee5

Analogous Colors of #e56cae

#e56cae #e56c72 #e06ce5

Monochromatic Colors of #e56cae

#e56cae

Complementary Color

#e56cae #6ce5a3

#e56cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cae Color CSS Codes

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

#e56cae Text Font Color

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

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


#e56cae Background Color

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

This div background color is #e56cae


#e56cae Border Color

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

This div border color is #e56cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cae


Comments

No comments written yet.

Please login to write comment.