Color Hex Logo

#8550ad Color Hex

#8550AD
(133,80,173)
0 Favorites   0 Comments

Color spaces of #8550ad

RGB 13380173
HSL0.760.370.50
HSV274°54°68°
CMYK 0.230.540.00   0.32
XYZ20.084413.741041.1289
Yxy13.74100.26800.1833
Hunter Lab37.068931.8432-39.8357
CIE-Lab43.859239.7992-41.3692

#8550ad color RGB value is (133,80,173).

#8550ad hex color red value is 133, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8550ad hue: 0.76 , saturation: 0.37 and the lightness value of 8550ad is 0.50.

The process color (four color CMYK) of #8550ad color hex is 0.23, 0.54, 0.00, 0.32. Web safe color of #8550ad is #996699. Color #8550ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 10101101
Octal 205 120 255
Decimal 133 80 173
Hex 85 50 AD

RGB Percentages of Color #8550ad

%34.46
%20.73
%44.82

CMYK Percentages of Color #8550ad

%23
%54
%0
%32

Triadic Colors of #8550ad

#8550ad #ad8550 #50ad85

Analogous Colors of #8550ad

#8550ad #ad50a7 #5650ad

Monochromatic Colors of #8550ad

#8550ad

Complementary Color

#8550ad #78ad50

#8550ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8550ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8550ad Color CSS Codes

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

#8550ad Text Font Color

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

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


#8550ad Background Color

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

This div background color is #8550ad


#8550ad Border Color

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

This div border color is #8550ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8550ad


Comments

No comments written yet.

Please login to write comment.