Color Hex Logo

#e084dd Color Hex

#E084DD
(224,132,221)
0 Favorites   0 Comments

Color spaces of #e084dd

RGB 224132221
HSL0.840.600.70
HSV302°41°88°
CMYK 0.000.410.01   0.12
XYZ52.042937.570372.9154
Yxy37.57030.32020.2312
Hunter Lab61.294644.2919-27.6245
CIE-Lab67.702748.2637-30.6628

#e084dd color RGB value is (224,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 11011101
Octal 340 204 335
Decimal 224 132 221
Hex E0 84 DD

RGB Percentages of Color #e084dd

%38.82
%22.88
%38.30

CMYK Percentages of Color #e084dd

%0
%41
%1
%12

Triadic Colors of #e084dd

#e084dd #dde084 #84dde0

Analogous Colors of #e084dd

#e084dd #e084af #b584e0

Monochromatic Colors of #e084dd

#e084dd

Complementary Color

#e084dd #84e087

#e084dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e084dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e084dd Color CSS Codes

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

#e084dd Text Font Color

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

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


#e084dd Background Color

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

This div background color is #e084dd


#e084dd Border Color

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

This div border color is #e084dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e084dd


Comments

No comments written yet.

Please login to write comment.