Color Hex Logo

#e478ae Color Hex

#E478AE
(228,120,174)
0 Favorites   0 Comments

Color spaces of #e478ae

RGB 228120174
HSL0.920.670.68
HSV330°47°89°
CMYK 0.000.470.24   0.11
XYZ46.351432.982943.9678
Yxy32.98290.37590.2675
Hunter Lab57.430743.5606-5.1897
CIE-Lab64.147148.0990-9.6428

#e478ae color RGB value is (228,120,174).

#e478ae hex color red value is 228, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e478ae hue: 0.92 , saturation: 0.67 and the lightness value of e478ae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10101110
Octal 344 170 256
Decimal 228 120 174
Hex E4 78 AE

RGB Percentages of Color #e478ae

%43.68
%22.99
%33.33

CMYK Percentages of Color #e478ae

%0
%47
%24
%11

Triadic Colors of #e478ae

#e478ae #aee478 #78aee4

Analogous Colors of #e478ae

#e478ae #e47878 #e478e4

Monochromatic Colors of #e478ae

#e478ae

Complementary Color

#e478ae #78e4ae

#e478ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478ae Color CSS Codes

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

#e478ae Text Font Color

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

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


#e478ae Background Color

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

This div background color is #e478ae


#e478ae Border Color

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

This div border color is #e478ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478ae


Comments

No comments written yet.

Please login to write comment.