Color Hex Logo

#e062dd Color Hex

#E062DD
(224,98,221)
0 Favorites   0 Comments

Color spaces of #e062dd

RGB 22498221
HSL0.840.670.63
HSV301°56°88°
CMYK 0.000.560.01   0.12
XYZ48.159329.803171.6209
Yxy29.80310.32200.1992
Hunter Lab54.592261.9299-39.5695
CIE-Lab61.484064.6296-40.3431

#e062dd color RGB value is (224,98,221).

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

The process color (four color CMYK) of #e062dd color hex is 0.00, 0.56, 0.01, 0.12. Web safe color of #e062dd is #cc66cc. Color #e062dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 11011101
Octal 340 142 335
Decimal 224 98 221
Hex E0 62 DD

RGB Percentages of Color #e062dd

%41.25
%18.05
%40.70

CMYK Percentages of Color #e062dd

%0
%56
%1
%12

Triadic Colors of #e062dd

#e062dd #dde062 #62dde0

Analogous Colors of #e062dd

#e062dd #e0629e #a462e0

Monochromatic Colors of #e062dd

#e062dd

Complementary Color

#e062dd #62e065

#e062dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062dd Color CSS Codes

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

#e062dd Text Font Color

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

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


#e062dd Background Color

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

This div background color is #e062dd


#e062dd Border Color

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

This div border color is #e062dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062dd


Comments

No comments written yet.

Please login to write comment.