Color Hex Logo

#e476bb Color Hex

#E476BB
(228,118,187)
0 Favorites   0 Comments

Color spaces of #e476bb

RGB 228118187
HSL0.900.670.68
HSV322°48°89°
CMYK 0.000.480.18   0.11
XYZ47.443033.038750.8903
Yxy33.03870.36110.2515
Hunter Lab57.479346.7438-12.2579
CIE-Lab64.192250.9699-16.9482

#e476bb color RGB value is (228,118,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 10111011
Octal 344 166 273
Decimal 228 118 187
Hex E4 76 BB

RGB Percentages of Color #e476bb

%42.78
%22.14
%35.08

CMYK Percentages of Color #e476bb

%0
%48
%18
%11

Triadic Colors of #e476bb

#e476bb #bbe476 #76bbe4

Analogous Colors of #e476bb

#e476bb #e47684 #d676e4

Monochromatic Colors of #e476bb

#e476bb

Complementary Color

#e476bb #76e49f

#e476bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e476bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e476bb Color CSS Codes

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

#e476bb Text Font Color

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

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


#e476bb Background Color

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

This div background color is #e476bb


#e476bb Border Color

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

This div border color is #e476bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e476bb


Comments

No comments written yet.

Please login to write comment.