Color Hex Logo

#8530ad Color Hex

#8530AD
(133,48,173)
0 Favorites   0 Comments

Color spaces of #8530ad

RGB 13348173
HSL0.780.570.43
HSV281°72°68°
CMYK 0.230.720.00   0.32
XYZ18.272610.117640.5250
Yxy10.11760.26510.1468
Hunter Lab31.808246.8772-53.2723
CIE-Lab38.052755.5884-50.6694

#8530ad color RGB value is (133,48,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 10101101
Octal 205 60 255
Decimal 133 48 173
Hex 85 30 AD

RGB Percentages of Color #8530ad

%37.57
%13.56
%48.87

CMYK Percentages of Color #8530ad

%23
%72
%0
%32

Triadic Colors of #8530ad

#8530ad #ad8530 #30ad85

Analogous Colors of #8530ad

#8530ad #ad3097 #4630ad

Monochromatic Colors of #8530ad

#8530ad

Complementary Color

#8530ad #58ad30

#8530ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8530ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8530ad Color CSS Codes

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

#8530ad Text Font Color

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

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


#8530ad Background Color

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

This div background color is #8530ad


#8530ad Border Color

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

This div border color is #8530ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,48,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 #8530ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8530ad


Comments

No comments written yet.

Please login to write comment.