Color Hex Logo

#e063de Color Hex

#E063DE
(224,99,222)
0 Favorites   0 Comments

Color spaces of #e063de

RGB 22499222
HSL0.840.670.63
HSV301°56°88°
CMYK 0.000.560.01   0.12
XYZ48.387130.044972.3562
Yxy30.04490.32090.1993
Hunter Lab54.813261.6501-39.8965
CIE-Lab61.692964.3563-40.5760

#e063de color RGB value is (224,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100011 11011110
Octal 340 143 336
Decimal 224 99 222
Hex E0 63 DE

RGB Percentages of Color #e063de

%41.10
%18.17
%40.73

CMYK Percentages of Color #e063de

%0
%56
%1
%12

Triadic Colors of #e063de

#e063de #dee063 #63dee0

Analogous Colors of #e063de

#e063de #e063a0 #a463e0

Monochromatic Colors of #e063de

#e063de

Complementary Color

#e063de #63e065

#e063de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e063de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e063de Color CSS Codes

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

#e063de Text Font Color

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

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


#e063de Background Color

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

This div background color is #e063de


#e063de Border Color

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

This div border color is #e063de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e063de


Comments

No comments written yet.

Please login to write comment.