Color Hex Logo

#8555a1 Color Hex

#8555A1
(133,85,161)
0 Favorites   0 Comments

Color spaces of #8555a1

RGB 13385161
HSL0.770.310.48
HSV278°47°63°
CMYK 0.170.470.00   0.37
XYZ19.354414.056835.4113
Yxy14.05680.28120.2042
Hunter Lab37.492426.5339-29.7543
CIE-Lab44.314334.1848-33.5482

#8555a1 color RGB value is (133,85,161).

#8555a1 hex color red value is 133, green value is 85 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #8555a1 hue: 0.77 , saturation: 0.31 and the lightness value of 8555a1 is 0.48.

The process color (four color CMYK) of #8555a1 color hex is 0.17, 0.47, 0.00, 0.37. Web safe color of #8555a1 is #996699. Color #8555a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 10100001
Octal 205 125 241
Decimal 133 85 161
Hex 85 55 A1

RGB Percentages of Color #8555a1

%35.09
%22.43
%42.48

CMYK Percentages of Color #8555a1

%17
%47
%0
%37

Triadic Colors of #8555a1

#8555a1 #a18555 #55a185

Analogous Colors of #8555a1

#8555a1 #a15597 #5f55a1

Monochromatic Colors of #8555a1

#8555a1

Complementary Color

#8555a1 #71a155

#8555a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8555a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8555a1 Color CSS Codes

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

#8555a1 Text Font Color

<p style="color:#8555a1">Text here</p>

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


#8555a1 Background Color

<div style="background-color:#8555a1">
Div content here</div>

This div background color is #8555a1


#8555a1 Border Color

<div style="border:3px solid #8555a1">
Div here</div>

This div border color is #8555a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,85,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8555a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8555a1;
  -webkit-box-shadow: 1px 1px 3px 2px #8555a1;
  box-shadow:         1px 1px 3px 2px #8555a1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8555a1


Comments

No comments written yet.

Please login to write comment.