Color Hex Logo

#8527af Color Hex

#8527AF
(133,39,175)
0 Favorites   0 Comments

Color spaces of #8527af

RGB 13339175
HSL0.780.640.42
HSV281°78°69°
CMYK 0.240.780.00   0.31
XYZ18.13629.532741.4416
Yxy9.53270.26240.1379
Hunter Lab30.875150.8206-57.9686
CIE-Lab36.990359.4476-53.5775

#8527af color RGB value is (133,39,175).

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

The process color (four color CMYK) of #8527af color hex is 0.24, 0.78, 0.00, 0.31. Web safe color of #8527af is #993399. Color #8527af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100111 10101111
Octal 205 47 257
Decimal 133 39 175
Hex 85 27 AF

RGB Percentages of Color #8527af

%38.33
%11.24
%50.43

CMYK Percentages of Color #8527af

%24
%78
%0
%31

Triadic Colors of #8527af

#8527af #af8527 #27af85

Analogous Colors of #8527af

#8527af #af2795 #4127af

Monochromatic Colors of #8527af

#8527af

Complementary Color

#8527af #51af27

#8527af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8527af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8527af Color CSS Codes

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

#8527af Text Font Color

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

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


#8527af Background Color

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

This div background color is #8527af


#8527af Border Color

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

This div border color is #8527af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8527af


Comments

No comments written yet.

Please login to write comment.