Color Hex Logo

#e16dae Color Hex

#E16DAE
(225,109,174)
0 Favorites   0 Comments

Color spaces of #e16dae

RGB 225109174
HSL0.910.660.65
HSV326°52°88°
CMYK 0.000.520.23   0.12
XYZ44.160030.000843.5077
Yxy30.00080.37530.2550
Hunter Lab54.773048.0606-8.7546
CIE-Lab61.654952.5384-13.4221

#e16dae color RGB value is (225,109,174).

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

The process color (four color CMYK) of #e16dae color hex is 0.00, 0.52, 0.23, 0.12. Web safe color of #e16dae is #cc6699. Color #e16dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101101 10101110
Octal 341 155 256
Decimal 225 109 174
Hex E1 6D AE

RGB Percentages of Color #e16dae

%44.29
%21.46
%34.25

CMYK Percentages of Color #e16dae

%0
%52
%23
%12

Triadic Colors of #e16dae

#e16dae #aee16d #6daee1

Analogous Colors of #e16dae

#e16dae #e16d74 #da6de1

Monochromatic Colors of #e16dae

#e16dae

Complementary Color

#e16dae #6de1a0

#e16dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16dae Color CSS Codes

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

#e16dae Text Font Color

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

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


#e16dae Background Color

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

This div background color is #e16dae


#e16dae Border Color

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

This div border color is #e16dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16dae


Comments

No comments written yet.

Please login to write comment.