Color Hex Logo

#8527ad Color Hex

#8527AD
(133,39,173)
0 Favorites   0 Comments

Color spaces of #8527ad

RGB 13339173
HSL0.780.630.42
HSV282°77°68°
CMYK 0.230.770.00   0.32
XYZ17.94129.454740.4145
Yxy9.45470.26460.1394
Hunter Lab30.748550.3417-56.4043
CIE-Lab36.845459.0369-52.6200

#8527ad color RGB value is (133,39,173).

#8527ad hex color red value is 133, green value is 39 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8527ad hue: 0.78 , saturation: 0.63 and the lightness value of 8527ad is 0.42.

The process color (four color CMYK) of #8527ad color hex is 0.23, 0.77, 0.00, 0.32. Web safe color of #8527ad is #993399. Color #8527ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100111 10101101
Octal 205 47 255
Decimal 133 39 173
Hex 85 27 AD

RGB Percentages of Color #8527ad

%38.55
%11.30
%50.14

CMYK Percentages of Color #8527ad

%23
%77
%0
%32

Triadic Colors of #8527ad

#8527ad #ad8527 #27ad85

Analogous Colors of #8527ad

#8527ad #ad2792 #4227ad

Monochromatic Colors of #8527ad

#8527ad

Complementary Color

#8527ad #4fad27

#8527ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8527ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8527ad Color CSS Codes

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

#8527ad Text Font Color

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

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


#8527ad Background Color

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

This div background color is #8527ad


#8527ad Border Color

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

This div border color is #8527ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,39,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8527ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8527ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8527ad;
  box-shadow:         1px 1px 3px 2px #8527ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8527ad


Comments

No comments written yet.

Please login to write comment.