Color Hex Logo

#e476bf Color Hex

#E476BF
(228,118,191)
0 Favorites   0 Comments

Color spaces of #e476bf

RGB 228118191
HSL0.890.670.68
HSV320°48°89°
CMYK 0.000.480.16   0.11
XYZ47.877333.212453.1774
Yxy33.21240.35660.2474
Hunter Lab57.630247.4392-14.3678
CIE-Lab64.332551.5718-18.9975

#e476bf color RGB value is (228,118,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 10111111
Octal 344 166 277
Decimal 228 118 191
Hex E4 76 BF

RGB Percentages of Color #e476bf

%42.46
%21.97
%35.57

CMYK Percentages of Color #e476bf

%0
%48
%16
%11

Triadic Colors of #e476bf

#e476bf #bfe476 #76bfe4

Analogous Colors of #e476bf

#e476bf #e47688 #d276e4

Monochromatic Colors of #e476bf

#e476bf

Complementary Color

#e476bf #76e49b

#e476bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e476bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e476bf Color CSS Codes

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

#e476bf Text Font Color

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

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


#e476bf Background Color

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

This div background color is #e476bf


#e476bf Border Color

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

This div border color is #e476bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e476bf


Comments

No comments written yet.

Please login to write comment.