Color Hex Logo

#e050db Color Hex

#E050DB
(224,80,219)
0 Favorites   0 Comments

Color spaces of #e050db

RGB 22480219
HSL0.840.700.60
HSV302°64°88°
CMYK 0.000.640.02   0.12
XYZ46.395326.699169.7260
Yxy26.69910.32490.1869
Hunter Lab51.671269.8498-43.8372
CIE-Lab58.694871.7245-43.6044

#e050db color RGB value is (224,80,219).

#e050db hex color red value is 224, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e050db hue: 0.84 , saturation: 0.70 and the lightness value of e050db is 0.60.

The process color (four color CMYK) of #e050db color hex is 0.00, 0.64, 0.02, 0.12. Web safe color of #e050db is #cc66cc. Color #e050db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010000 11011011
Octal 340 120 333
Decimal 224 80 219
Hex E0 50 DB

RGB Percentages of Color #e050db

%42.83
%15.30
%41.87

CMYK Percentages of Color #e050db

%0
%64
%2
%12

Triadic Colors of #e050db

#e050db #dbe050 #50dbe0

Analogous Colors of #e050db

#e050db #e05093 #9d50e0

Monochromatic Colors of #e050db

#e050db

Complementary Color

#e050db #50e055

#e050db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e050db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e050db Color CSS Codes

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

#e050db Text Font Color

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

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


#e050db Background Color

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

This div background color is #e050db


#e050db Border Color

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

This div border color is #e050db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e050db


Comments

No comments written yet.

Please login to write comment.