Color Hex Logo

#e870dd Color Hex

#E870DD
(232,112,221)
0 Favorites   0 Comments

Color spaces of #e870dd

RGB 232112221
HSL0.850.720.67
HSV306°52°91°
CMYK 0.000.520.05   0.09
XYZ52.124033.964672.2152
Yxy33.96460.32930.2146
Hunter Lab58.279257.6592-32.6724
CIE-Lab64.934560.4081-34.8738

#e870dd color RGB value is (232,112,221).

#e870dd hex color red value is 232, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e870dd hue: 0.85 , saturation: 0.72 and the lightness value of e870dd is 0.67.

The process color (four color CMYK) of #e870dd color hex is 0.00, 0.52, 0.05, 0.09. Web safe color of #e870dd is #ff66cc. Color #e870dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 11011101
Octal 350 160 335
Decimal 232 112 221
Hex E8 70 DD

RGB Percentages of Color #e870dd

%41.06
%19.82
%39.12

CMYK Percentages of Color #e870dd

%0
%52
%5
%9

Triadic Colors of #e870dd

#e870dd #dde870 #70dde8

Analogous Colors of #e870dd

#e870dd #e870a1 #b770e8

Monochromatic Colors of #e870dd

#e870dd

Complementary Color

#e870dd #70e87b

#e870dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870dd Color CSS Codes

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

#e870dd Text Font Color

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

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


#e870dd Background Color

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

This div background color is #e870dd


#e870dd Border Color

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

This div border color is #e870dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870dd


Comments

No comments written yet.

Please login to write comment.