Color Hex Logo

#e478bc Color Hex

#E478BC
(228,120,188)
0 Favorites   0 Comments

Color spaces of #e478bc

RGB 228120188
HSL0.900.670.68
HSV322°47°89°
CMYK 0.000.470.18   0.11
XYZ47.788533.557851.5355
Yxy33.55780.35960.2525
Hunter Lab57.929145.8773-12.1958
CIE-Lab64.610050.1295-16.8810

#e478bc color RGB value is (228,120,188).

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

The process color (four color CMYK) of #e478bc color hex is 0.00, 0.47, 0.18, 0.11. Web safe color of #e478bc is #cc66cc. Color #e478bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10111100
Octal 344 170 274
Decimal 228 120 188
Hex E4 78 BC

RGB Percentages of Color #e478bc

%42.54
%22.39
%35.07

CMYK Percentages of Color #e478bc

%0
%47
%18
%11

Triadic Colors of #e478bc

#e478bc #bce478 #78bce4

Analogous Colors of #e478bc

#e478bc #e47886 #d678e4

Monochromatic Colors of #e478bc

#e478bc

Complementary Color

#e478bc #78e4a0

#e478bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478bc Color CSS Codes

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

#e478bc Text Font Color

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

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


#e478bc Background Color

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

This div background color is #e478bc


#e478bc Border Color

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

This div border color is #e478bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478bc


Comments

No comments written yet.

Please login to write comment.