Color Hex Logo

#e473db Color Hex

#E473DB
(228,115,219)
0 Favorites   0 Comments

Color spaces of #e473db

RGB 228115219
HSL0.850.680.67
HSV305°50°89°
CMYK 0.000.500.04   0.11
XYZ50.911833.869970.8720
Yxy33.86990.32710.2176
Hunter Lab58.197954.3065-31.4635
CIE-Lab64.859257.5351-33.9154

#e473db color RGB value is (228,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 11011011
Octal 344 163 333
Decimal 228 115 219
Hex E4 73 DB

RGB Percentages of Color #e473db

%40.57
%20.46
%38.97

CMYK Percentages of Color #e473db

%0
%50
%4
%11

Triadic Colors of #e473db

#e473db #dbe473 #73dbe4

Analogous Colors of #e473db

#e473db #e473a3 #b573e4

Monochromatic Colors of #e473db

#e473db

Complementary Color

#e473db #73e47c

#e473db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473db Color CSS Codes

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

#e473db Text Font Color

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

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


#e473db Background Color

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

This div background color is #e473db


#e473db Border Color

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

This div border color is #e473db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473db


Comments

No comments written yet.

Please login to write comment.