Color Hex Logo

#e084db Color Hex

#E084DB
(224,132,219)
0 Favorites   0 Comments

Color spaces of #e084db

RGB 224132219
HSL0.840.600.70
HSV303°41°88°
CMYK 0.000.410.02   0.12
XYZ51.777937.464371.5202
Yxy37.46430.32210.2330
Hunter Lab61.208143.8848-26.4333
CIE-Lab67.623947.9078-29.6754

#e084db color RGB value is (224,132,219).

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

The process color (four color CMYK) of #e084db color hex is 0.00, 0.41, 0.02, 0.12. Web safe color of #e084db is #cc99cc. Color #e084db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 11011011
Octal 340 204 333
Decimal 224 132 219
Hex E0 84 DB

RGB Percentages of Color #e084db

%38.96
%22.96
%38.09

CMYK Percentages of Color #e084db

%0
%41
%2
%12

Triadic Colors of #e084db

#e084db #dbe084 #84dbe0

Analogous Colors of #e084db

#e084db #e084ad #b784e0

Monochromatic Colors of #e084db

#e084db

Complementary Color

#e084db #84e089

#e084db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e084db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e084db Color CSS Codes

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

#e084db Text Font Color

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

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


#e084db Background Color

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

This div background color is #e084db


#e084db Border Color

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

This div border color is #e084db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e084db


Comments

No comments written yet.

Please login to write comment.