Color Hex Logo

#e478bd Color Hex

#E478BD
(228,120,189)
0 Favorites   0 Comments

Color spaces of #e478bd

RGB 228120189
HSL0.890.670.68
HSV322°47°89°
CMYK 0.000.470.17   0.11
XYZ47.896733.601052.1053
Yxy33.60100.35850.2515
Hunter Lab57.966446.0506-12.7186
CIE-Lab64.644650.2803-17.3938

#e478bd color RGB value is (228,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10111101
Octal 344 170 275
Decimal 228 120 189
Hex E4 78 BD

RGB Percentages of Color #e478bd

%42.46
%22.35
%35.20

CMYK Percentages of Color #e478bd

%0
%47
%17
%11

Triadic Colors of #e478bd

#e478bd #bde478 #78bde4

Analogous Colors of #e478bd

#e478bd #e47887 #d578e4

Monochromatic Colors of #e478bd

#e478bd

Complementary Color

#e478bd #78e49f

#e478bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478bd Color CSS Codes

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

#e478bd Text Font Color

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

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


#e478bd Background Color

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

This div background color is #e478bd


#e478bd Border Color

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

This div border color is #e478bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478bd


Comments

No comments written yet.

Please login to write comment.