Color Hex Logo

#e476ba Color Hex

#E476BA
(228,118,186)
0 Favorites   0 Comments

Color spaces of #e476ba

RGB 228118186
HSL0.900.670.68
HSV323°48°89°
CMYK 0.000.480.18   0.11
XYZ47.336332.996050.3283
Yxy32.99600.36230.2525
Hunter Lab57.442146.5726-11.7378
CIE-Lab64.157750.8213-16.4343

#e476ba color RGB value is (228,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 10111010
Octal 344 166 272
Decimal 228 118 186
Hex E4 76 BA

RGB Percentages of Color #e476ba

%42.86
%22.18
%34.96

CMYK Percentages of Color #e476ba

%0
%48
%18
%11

Triadic Colors of #e476ba

#e476ba #bae476 #76bae4

Analogous Colors of #e476ba

#e476ba #e47683 #d776e4

Monochromatic Colors of #e476ba

#e476ba

Complementary Color

#e476ba #76e4a0

#e476ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e476ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e476ba Color CSS Codes

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

#e476ba Text Font Color

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

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


#e476ba Background Color

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

This div background color is #e476ba


#e476ba Border Color

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

This div border color is #e476ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e476ba


Comments

No comments written yet.

Please login to write comment.