Color Hex Logo

#e479bc Color Hex

#E479BC
(228,121,188)
0 Favorites   0 Comments

Color spaces of #e479bc

RGB 228121188
HSL0.900.660.68
HSV322°47°89°
CMYK 0.000.470.18   0.11
XYZ47.909433.799651.5758
Yxy33.79960.35950.2536
Hunter Lab58.137445.3563-11.9021
CIE-Lab64.803249.6319-16.5886

#e479bc color RGB value is (228,121,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111001 10111100
Octal 344 171 274
Decimal 228 121 188
Hex E4 79 BC

RGB Percentages of Color #e479bc

%42.46
%22.53
%35.01

CMYK Percentages of Color #e479bc

%0
%47
%18
%11

Triadic Colors of #e479bc

#e479bc #bce479 #79bce4

Analogous Colors of #e479bc

#e479bc #e47987 #d779e4

Monochromatic Colors of #e479bc

#e479bc

Complementary Color

#e479bc #79e4a1

#e479bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e479bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e479bc Color CSS Codes

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

#e479bc Text Font Color

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

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


#e479bc Background Color

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

This div background color is #e479bc


#e479bc Border Color

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

This div border color is #e479bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e479bc


Comments

No comments written yet.

Please login to write comment.