Color Hex Logo

#e473be Color Hex

#E473BE
(228,115,190)
0 Favorites   0 Comments

Color spaces of #e473be

RGB 228115190
HSL0.890.680.67
HSV320°50°89°
CMYK 0.000.500.17   0.11
XYZ47.419932.473252.4838
Yxy32.47320.35820.2453
Hunter Lab56.985348.8134-14.7168
CIE-Lab63.732152.8890-19.3450

#e473be color RGB value is (228,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 10111110
Octal 344 163 276
Decimal 228 115 190
Hex E4 73 BE

RGB Percentages of Color #e473be

%42.78
%21.58
%35.65

CMYK Percentages of Color #e473be

%0
%50
%17
%11

Triadic Colors of #e473be

#e473be #bee473 #73bee4

Analogous Colors of #e473be

#e473be #e47386 #d273e4

Monochromatic Colors of #e473be

#e473be

Complementary Color

#e473be #73e499

#e473be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473be Color CSS Codes

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

#e473be Text Font Color

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

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


#e473be Background Color

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

This div background color is #e473be


#e473be Border Color

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

This div border color is #e473be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473be


Comments

No comments written yet.

Please login to write comment.