Color Hex Logo

#e066dc Color Hex

#E066DC
(224,102,220)
0 Favorites   0 Comments

Color spaces of #e066dc

RGB 224102220
HSL0.840.660.64
HSV302°54°88°
CMYK 0.000.540.02   0.12
XYZ48.410130.517371.0491
Yxy30.51730.32280.2035
Hunter Lab55.242559.7489-37.5850
CIE-Lab62.098062.6736-38.8203

#e066dc color RGB value is (224,102,220).

#e066dc hex color red value is 224, green value is 102 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e066dc hue: 0.84 , saturation: 0.66 and the lightness value of e066dc is 0.64.

The process color (four color CMYK) of #e066dc color hex is 0.00, 0.54, 0.02, 0.12. Web safe color of #e066dc is #cc66cc. Color #e066dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100110 11011100
Octal 340 146 334
Decimal 224 102 220
Hex E0 66 DC

RGB Percentages of Color #e066dc

%41.03
%18.68
%40.29

CMYK Percentages of Color #e066dc

%0
%54
%2
%12

Triadic Colors of #e066dc

#e066dc #dce066 #66dce0

Analogous Colors of #e066dc

#e066dc #e0669f #a766e0

Monochromatic Colors of #e066dc

#e066dc

Complementary Color

#e066dc #66e06a

#e066dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e066dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e066dc Color CSS Codes

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

#e066dc Text Font Color

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

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


#e066dc Background Color

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

This div background color is #e066dc


#e066dc Border Color

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

This div border color is #e066dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e066dc


Comments

No comments written yet.

Please login to write comment.