Color Hex Logo

#e472db Color Hex

#E472DB
(228,114,219)
0 Favorites   0 Comments

Color spaces of #e472db

RGB 228114219
HSL0.850.680.67
HSV305°50°89°
CMYK 0.000.500.04   0.11
XYZ50.798433.643170.8342
Yxy33.64310.32710.2167
Hunter Lab58.002754.8246-31.8044
CIE-Lab64.678358.0131-34.1965

#e472db color RGB value is (228,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 11011011
Octal 344 162 333
Decimal 228 114 219
Hex E4 72 DB

RGB Percentages of Color #e472db

%40.64
%20.32
%39.04

CMYK Percentages of Color #e472db

%0
%50
%4
%11

Triadic Colors of #e472db

#e472db #dbe472 #72dbe4

Analogous Colors of #e472db

#e472db #e472a2 #b472e4

Monochromatic Colors of #e472db

#e472db

Complementary Color

#e472db #72e47b

#e472db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e472db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e472db Color CSS Codes

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

#e472db Text Font Color

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

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


#e472db Background Color

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

This div background color is #e472db


#e472db Border Color

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

This div border color is #e472db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e472db


Comments

No comments written yet.

Please login to write comment.