Color Hex Logo

#8534ae Color Hex

#8534AE
(133,52,174)
0 Favorites   0 Comments

Color spaces of #8534ae

RGB 13352174
HSL0.780.540.44
HSV280°70°68°
CMYK 0.240.700.00   0.32
XYZ18.540810.498541.0936
Yxy10.49850.26440.1497
Hunter Lab32.401445.4393-52.5146
CIE-Lab38.722654.1056-50.1840

#8534ae color RGB value is (133,52,174).

#8534ae hex color red value is 133, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8534ae hue: 0.78 , saturation: 0.54 and the lightness value of 8534ae is 0.44.

The process color (four color CMYK) of #8534ae color hex is 0.24, 0.70, 0.00, 0.32. Web safe color of #8534ae is #993399. Color #8534ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 10101110
Octal 205 64 256
Decimal 133 52 174
Hex 85 34 AE

RGB Percentages of Color #8534ae

%37.05
%14.48
%48.47

CMYK Percentages of Color #8534ae

%24
%70
%0
%32

Triadic Colors of #8534ae

#8534ae #ae8534 #34ae85

Analogous Colors of #8534ae

#8534ae #ae349a #4834ae

Monochromatic Colors of #8534ae

#8534ae

Complementary Color

#8534ae #5dae34

#8534ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8534ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8534ae Color CSS Codes

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

#8534ae Text Font Color

<p style="color:#8534ae">Text here</p>

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


#8534ae Background Color

<div style="background-color:#8534ae">
Div content here</div>

This div background color is #8534ae


#8534ae Border Color

<div style="border:3px solid #8534ae">
Div here</div>

This div border color is #8534ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,52,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8534ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8534ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8534ae;
  box-shadow:         1px 1px 3px 2px #8534ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8534ae


Comments

No comments written yet.

Please login to write comment.