Color Hex Logo

#e060de Color Hex

#E060DE
(224,96,222)
0 Favorites   0 Comments

Color spaces of #e060de

RGB 22496222
HSL0.840.670.63
HSV301°57°88°
CMYK 0.000.570.01   0.12
XYZ48.108229.487072.2632
Yxy29.48700.32100.1968
Hunter Lab54.301963.1117-40.8898
CIE-Lab61.209065.6736-41.3355

#e060de color RGB value is (224,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11011110
Octal 340 140 336
Decimal 224 96 222
Hex E0 60 DE

RGB Percentages of Color #e060de

%41.33
%17.71
%40.96

CMYK Percentages of Color #e060de

%0
%57
%1
%12

Triadic Colors of #e060de

#e060de #dee060 #60dee0

Analogous Colors of #e060de

#e060de #e0609e #a260e0

Monochromatic Colors of #e060de

#e060de

Complementary Color

#e060de #60e062

#e060de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060de Color CSS Codes

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

#e060de Text Font Color

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

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


#e060de Background Color

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

This div background color is #e060de


#e060de Border Color

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

This div border color is #e060de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060de


Comments

No comments written yet.

Please login to write comment.