Color Hex Logo

#e478ab Color Hex

#E478AB
(228,120,171)
0 Favorites   0 Comments

Color spaces of #e478ab

RGB 228120171
HSL0.920.670.68
HSV332°47°89°
CMYK 0.000.470.25   0.11
XYZ46.062132.867242.4443
Yxy32.86720.37950.2708
Hunter Lab57.329943.0896-3.7645
CIE-Lab64.053247.6829-8.0770

#e478ab color RGB value is (228,120,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10101011
Octal 344 170 253
Decimal 228 120 171
Hex E4 78 AB

RGB Percentages of Color #e478ab

%43.93
%23.12
%32.95

CMYK Percentages of Color #e478ab

%0
%47
%25
%11

Triadic Colors of #e478ab

#e478ab #abe478 #78abe4

Analogous Colors of #e478ab

#e478ab #e47b78 #e478e1

Monochromatic Colors of #e478ab

#e478ab

Complementary Color

#e478ab #78e4b1

#e478ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478ab Color CSS Codes

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

#e478ab Text Font Color

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

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


#e478ab Background Color

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

This div background color is #e478ab


#e478ab Border Color

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

This div border color is #e478ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,120,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478ab


Comments

No comments written yet.

Please login to write comment.