Color Hex Logo

#8720dd Color Hex

#8720DD
(135,32,221)
0 Favorites   0 Comments

Color spaces of #8720dd

RGB 13532221
HSL0.760.750.50
HSV273°86°87°
CMYK 0.390.860.00   0.13
XYZ23.559311.404469.3662
Yxy11.40440.22580.1093
Hunter Lab33.770465.4290-98.1455
CIE-Lab40.253471.6116-75.1028

#8720dd color RGB value is (135,32,221).

#8720dd hex color red value is 135, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8720dd hue: 0.76 , saturation: 0.75 and the lightness value of 8720dd is 0.50.

The process color (four color CMYK) of #8720dd color hex is 0.39, 0.86, 0.00, 0.13. Web safe color of #8720dd is #9933cc. Color #8720dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 11011101
Octal 207 40 335
Decimal 135 32 221
Hex 87 20 DD

RGB Percentages of Color #8720dd

%34.79
%8.25
%56.96

CMYK Percentages of Color #8720dd

%39
%86
%0
%13

Triadic Colors of #8720dd

#8720dd #dd8720 #20dd87

Analogous Colors of #8720dd

#8720dd #dd20d5 #2820dd

Monochromatic Colors of #8720dd

#8720dd

Complementary Color

#8720dd #76dd20

#8720dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8720dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8720dd Color CSS Codes

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

#8720dd Text Font Color

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

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


#8720dd Background Color

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

This div background color is #8720dd


#8720dd Border Color

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

This div border color is #8720dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,32,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8720dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8720dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8720dd;
  box-shadow:         1px 1px 3px 2px #8720dd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8720dd


Comments

No comments written yet.

Please login to write comment.