Color Hex Logo

#e863dd Color Hex

#E863DD
(232,99,221)
0 Favorites   0 Comments

Color spaces of #e863dd

RGB 23299221
HSL0.850.740.65
HSV305°57°91°
CMYK 0.000.570.05   0.09
XYZ50.791731.299971.7711
Yxy31.29990.33010.2034
Hunter Lab55.946364.1479-36.8982
CIE-Lab62.760066.2638-38.2646

#e863dd color RGB value is (232,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100011 11011101
Octal 350 143 335
Decimal 232 99 221
Hex E8 63 DD

RGB Percentages of Color #e863dd

%42.03
%17.93
%40.04

CMYK Percentages of Color #e863dd

%0
%57
%5
%9

Triadic Colors of #e863dd

#e863dd #dde863 #63dde8

Analogous Colors of #e863dd

#e863dd #e8639b #b163e8

Monochromatic Colors of #e863dd

#e863dd

Complementary Color

#e863dd #63e86e

#e863dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e863dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e863dd Color CSS Codes

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

#e863dd Text Font Color

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

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


#e863dd Background Color

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

This div background color is #e863dd


#e863dd Border Color

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

This div border color is #e863dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e863dd


Comments

No comments written yet.

Please login to write comment.