Color Hex Logo

#e45dae Color Hex

#E45DAE
(228,93,174)
0 Favorites   0 Comments

Color spaces of #e45dae

RGB 22893174
HSL0.900.710.63
HSV324°59°89°
CMYK 0.000.590.24   0.11
XYZ43.549227.378743.0337
Yxy27.37870.38210.2402
Hunter Lab52.324756.9953-12.1350
CIE-Lab59.323260.7950-16.9054

#e45dae color RGB value is (228,93,174).

#e45dae hex color red value is 228, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e45dae hue: 0.90 , saturation: 0.71 and the lightness value of e45dae is 0.63.

The process color (four color CMYK) of #e45dae color hex is 0.00, 0.59, 0.24, 0.11. Web safe color of #e45dae is #cc6699. Color #e45dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011101 10101110
Octal 344 135 256
Decimal 228 93 174
Hex E4 5D AE

RGB Percentages of Color #e45dae

%46.06
%18.79
%35.15

CMYK Percentages of Color #e45dae

%0
%59
%24
%11

Triadic Colors of #e45dae

#e45dae #aee45d #5daee4

Analogous Colors of #e45dae

#e45dae #e45d6b #d75de4

Monochromatic Colors of #e45dae

#e45dae

Complementary Color

#e45dae #5de493

#e45dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45dae Color CSS Codes

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

#e45dae Text Font Color

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

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


#e45dae Background Color

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

This div background color is #e45dae


#e45dae Border Color

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

This div border color is #e45dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45dae


Comments

No comments written yet.

Please login to write comment.