Color Hex Logo

#e446db Color Hex

#E446DB
(228,70,219)
0 Favorites   0 Comments

Color spaces of #e446db

RGB 22870219
HSL0.840.750.58
HSV303°69°89°
CMYK 0.000.690.04   0.11
XYZ46.971325.988869.5585
Yxy25.98880.32960.1824
Hunter Lab50.979275.2530-45.2127
CIE-Lab58.026476.2278-44.6186

#e446db color RGB value is (228,70,219).

#e446db hex color red value is 228, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e446db hue: 0.84 , saturation: 0.75 and the lightness value of e446db is 0.58.

The process color (four color CMYK) of #e446db color hex is 0.00, 0.69, 0.04, 0.11. Web safe color of #e446db is #cc33cc. Color #e446db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000110 11011011
Octal 344 106 333
Decimal 228 70 219
Hex E4 46 DB

RGB Percentages of Color #e446db

%44.10
%13.54
%42.36

CMYK Percentages of Color #e446db

%0
%69
%4
%11

Triadic Colors of #e446db

#e446db #dbe446 #46dbe4

Analogous Colors of #e446db

#e446db #e4468c #9e46e4

Monochromatic Colors of #e446db

#e446db

Complementary Color

#e446db #46e44f

#e446db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e446db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e446db Color CSS Codes

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

#e446db Text Font Color

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

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


#e446db Background Color

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

This div background color is #e446db


#e446db Border Color

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

This div border color is #e446db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e446db


Comments

No comments written yet.

Please login to write comment.