Color Hex Logo

#8522be Color Hex

#8522BE
(133,34,190)
0 Favorites   0 Comments

Color spaces of #8522be

RGB 13334190
HSL0.770.700.44
HSV278°82°75°
CMYK 0.300.820.00   0.25
XYZ19.53929.848349.5863
Yxy9.84830.24740.1247
Hunter Lab31.382056.2200-71.7160
CIE-Lab37.568864.1935-61.5136

#8522be color RGB value is (133,34,190).

#8522be hex color red value is 133, green value is 34 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8522be hue: 0.77 , saturation: 0.70 and the lightness value of 8522be is 0.44.

The process color (four color CMYK) of #8522be color hex is 0.30, 0.82, 0.00, 0.25. Web safe color of #8522be is #9933cc. Color #8522be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100010 10111110
Octal 205 42 276
Decimal 133 34 190
Hex 85 22 BE

RGB Percentages of Color #8522be

%37.25
%9.52
%53.22

CMYK Percentages of Color #8522be

%30
%82
%0
%25

Triadic Colors of #8522be

#8522be #be8522 #22be85

Analogous Colors of #8522be

#8522be #be22a9 #3722be

Monochromatic Colors of #8522be

#8522be

Complementary Color

#8522be #5bbe22

#8522be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8522be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8522be Color CSS Codes

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

#8522be Text Font Color

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

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


#8522be Background Color

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

This div background color is #8522be


#8522be Border Color

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

This div border color is #8522be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,34,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8522be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8522be;
  -webkit-box-shadow: 1px 1px 3px 2px #8522be;
  box-shadow:         1px 1px 3px 2px #8522be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8522be


Comments

No comments written yet.

Please login to write comment.