Color Hex Logo

#e19cae Color Hex

#E19CAE
(225,156,174)
0 Favorites   0 Comments

Color spaces of #e19cae

RGB 225156174
HSL0.960.530.75
HSV344°31°88°
CMYK 0.000.310.23   0.12
XYZ50.579842.840545.6476
Yxy42.84050.36370.3081
Hunter Lab65.452723.39724.4672
CIE-Lab71.446628.25651.0835

#e19cae color RGB value is (225,156,174).

#e19cae hex color red value is 225, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e19cae hue: 0.96 , saturation: 0.53 and the lightness value of e19cae is 0.75.

The process color (four color CMYK) of #e19cae color hex is 0.00, 0.31, 0.23, 0.12. Web safe color of #e19cae is #cc9999. Color #e19cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 10101110
Octal 341 234 256
Decimal 225 156 174
Hex E1 9C AE

RGB Percentages of Color #e19cae

%40.54
%28.11
%31.35

CMYK Percentages of Color #e19cae

%0
%31
%23
%12

Triadic Colors of #e19cae

#e19cae #aee19c #9caee1

Analogous Colors of #e19cae

#e19cae #e1ad9c #e19cd1

Monochromatic Colors of #e19cae

#e19cae

Complementary Color

#e19cae #9ce1cf

#e19cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cae Color CSS Codes

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

#e19cae Text Font Color

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

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


#e19cae Background Color

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

This div background color is #e19cae


#e19cae Border Color

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

This div border color is #e19cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cae

#e19cae Color Palettes


Comments

No comments written yet.

Please login to write comment.