Color Hex Logo

#e070dd Color Hex

#E070DD
(224,112,221)
0 Favorites   0 Comments

Color spaces of #e070dd

RGB 224112221
HSL0.840.640.66
HSV302°50°88°
CMYK 0.000.500.01   0.12
XYZ49.585832.656172.0964
Yxy32.65610.32130.2116
Hunter Lab57.145554.8818-34.8001
CIE-Lab63.881558.1929-36.5936

#e070dd color RGB value is (224,112,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 11011101
Octal 340 160 335
Decimal 224 112 221
Hex E0 70 DD

RGB Percentages of Color #e070dd

%40.22
%20.11
%39.68

CMYK Percentages of Color #e070dd

%0
%50
%1
%12

Triadic Colors of #e070dd

#e070dd #dde070 #70dde0

Analogous Colors of #e070dd

#e070dd #e070a5 #ab70e0

Monochromatic Colors of #e070dd

#e070dd

Complementary Color

#e070dd #70e073

#e070dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e070dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e070dd Color CSS Codes

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

#e070dd Text Font Color

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

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


#e070dd Background Color

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

This div background color is #e070dd


#e070dd Border Color

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

This div border color is #e070dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e070dd


Comments

No comments written yet.

Please login to write comment.