Color Hex Logo

#e084df Color Hex

#E084DF
(224,132,223)
0 Favorites   0 Comments

Color spaces of #e084df

RGB 224132223
HSL0.840.600.70
HSV301°41°88°
CMYK 0.000.410.00   0.12
XYZ52.311037.677574.3274
Yxy37.67750.31840.2293
Hunter Lab61.382044.7029-28.8268
CIE-Lab67.782248.6220-31.6480

#e084df color RGB value is (224,132,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 11011111
Octal 340 204 337
Decimal 224 132 223
Hex E0 84 DF

RGB Percentages of Color #e084df

%38.69
%22.80
%38.51

CMYK Percentages of Color #e084df

%0
%41
%0
%12

Triadic Colors of #e084df

#e084df #dfe084 #84dfe0

Analogous Colors of #e084df

#e084df #e084b1 #b384e0

Monochromatic Colors of #e084df

#e084df

Complementary Color

#e084df #84e085

#e084df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e084df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e084df Color CSS Codes

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

#e084df Text Font Color

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

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


#e084df Background Color

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

This div background color is #e084df


#e084df Border Color

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

This div border color is #e084df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,132,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e084df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e084df


Comments

No comments written yet.

Please login to write comment.