Color Hex Logo

#e070dc Color Hex

#E070DC
(224,112,220)
0 Favorites   0 Comments

Color spaces of #e070dc

RGB 224112220
HSL0.840.640.66
HSV302°50°88°
CMYK 0.000.500.02   0.12
XYZ49.452932.602971.3967
Yxy32.60290.32230.2125
Hunter Lab57.098954.6741-34.1671
CIE-Lab63.838158.0201-36.1026

#e070dc color RGB value is (224,112,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 11011100
Octal 340 160 334
Decimal 224 112 220
Hex E0 70 DC

RGB Percentages of Color #e070dc

%40.29
%20.14
%39.57

CMYK Percentages of Color #e070dc

%0
%50
%2
%12

Triadic Colors of #e070dc

#e070dc #dce070 #70dce0

Analogous Colors of #e070dc

#e070dc #e070a4 #ac70e0

Monochromatic Colors of #e070dc

#e070dc

Complementary Color

#e070dc #70e074

#e070dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e070dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e070dc Color CSS Codes

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

#e070dc Text Font Color

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

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


#e070dc Background Color

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

This div background color is #e070dc


#e070dc Border Color

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

This div border color is #e070dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e070dc


Comments

No comments written yet.

Please login to write comment.