Color Hex Logo

#e478db Color Hex

#E478DB
(228,120,219)
0 Favorites   0 Comments

Color spaces of #e478db

RGB 228120219
HSL0.850.670.68
HSV305°47°89°
CMYK 0.000.470.04   0.11
XYZ51.497635.041471.0673
Yxy35.04140.32670.2223
Hunter Lab59.195851.6942-29.7434
CIE-Lab65.780955.1137-32.4853

#e478db color RGB value is (228,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11011011
Octal 344 170 333
Decimal 228 120 219
Hex E4 78 DB

RGB Percentages of Color #e478db

%40.21
%21.16
%38.62

CMYK Percentages of Color #e478db

%0
%47
%4
%11

Triadic Colors of #e478db

#e478db #dbe478 #78dbe4

Analogous Colors of #e478db

#e478db #e478a5 #b778e4

Monochromatic Colors of #e478db

#e478db

Complementary Color

#e478db #78e481

#e478db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478db Color CSS Codes

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

#e478db Text Font Color

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

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


#e478db Background Color

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

This div background color is #e478db


#e478db Border Color

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

This div border color is #e478db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478db


Comments

No comments written yet.

Please login to write comment.