Color Hex Logo

#8520ce Color Hex

#8520CE
(133,32,206)
0 Favorites   0 Comments

Color spaces of #8520ce

RGB 13332206
HSL0.760.730.47
HSV275°84°81°
CMYK 0.350.840.00   0.19
XYZ21.330010.475859.2903
Yxy10.47580.23410.1150
Hunter Lab32.366360.9936-85.9540
CIE-Lab38.683268.1431-69.0381

#8520ce color RGB value is (133,32,206).

#8520ce hex color red value is 133, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8520ce hue: 0.76 , saturation: 0.73 and the lightness value of 8520ce is 0.47.

The process color (four color CMYK) of #8520ce color hex is 0.35, 0.84, 0.00, 0.19. Web safe color of #8520ce is #9933cc. Color #8520ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 11001110
Octal 205 40 316
Decimal 133 32 206
Hex 85 20 CE

RGB Percentages of Color #8520ce

%35.85
%8.63
%55.53

CMYK Percentages of Color #8520ce

%35
%84
%0
%19

Triadic Colors of #8520ce

#8520ce #ce8520 #20ce85

Analogous Colors of #8520ce

#8520ce #ce20c0 #2e20ce

Monochromatic Colors of #8520ce

#8520ce

Complementary Color

#8520ce #69ce20

#8520ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8520ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8520ce Color CSS Codes

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

#8520ce Text Font Color

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

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


#8520ce Background Color

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

This div background color is #8520ce


#8520ce Border Color

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

This div border color is #8520ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,32,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8520ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8520ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8520ce;
  box-shadow:         1px 1px 3px 2px #8520ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,32,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8520ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8520ce


Comments

No comments written yet.

Please login to write comment.