Color Hex Logo

#e473ba Color Hex

#E473BA
(228,115,186)
0 Favorites   0 Comments

Color spaces of #e473ba

RGB 228115186
HSL0.900.680.67
HSV322°50°89°
CMYK 0.000.500.18   0.11
XYZ46.988632.300650.2124
Yxy32.30060.36280.2494
Hunter Lab56.833648.1205-12.5991
CIE-Lab63.590652.2930-17.2933

#e473ba color RGB value is (228,115,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 10111010
Octal 344 163 272
Decimal 228 115 186
Hex E4 73 BA

RGB Percentages of Color #e473ba

%43.10
%21.74
%35.16

CMYK Percentages of Color #e473ba

%0
%50
%18
%11

Triadic Colors of #e473ba

#e473ba #bae473 #73bae4

Analogous Colors of #e473ba

#e473ba #e47382 #d673e4

Monochromatic Colors of #e473ba

#e473ba

Complementary Color

#e473ba #73e49d

#e473ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473ba Color CSS Codes

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

#e473ba Text Font Color

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

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


#e473ba Background Color

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

This div background color is #e473ba


#e473ba Border Color

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

This div border color is #e473ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473ba


Comments

No comments written yet.

Please login to write comment.