Color Hex Logo

#8558ab Color Hex

#8558AB
(133,88,171)
0 Favorites   0 Comments

Color spaces of #8558ab

RGB 13388171
HSL0.760.330.51
HSV273°49°67°
CMYK 0.220.490.00   0.33
XYZ20.513314.906340.3241
Yxy14.90630.27080.1968
Hunter Lab38.608727.2742-34.8982
CIE-Lab45.505634.8076-37.5814

#8558ab color RGB value is (133,88,171).

#8558ab hex color red value is 133, green value is 88 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8558ab hue: 0.76 , saturation: 0.33 and the lightness value of 8558ab is 0.51.

The process color (four color CMYK) of #8558ab color hex is 0.22, 0.49, 0.00, 0.33. Web safe color of #8558ab is #996699. Color #8558ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011000 10101011
Octal 205 130 253
Decimal 133 88 171
Hex 85 58 AB

RGB Percentages of Color #8558ab

%33.93
%22.45
%43.62

CMYK Percentages of Color #8558ab

%22
%49
%0
%33

Triadic Colors of #8558ab

#8558ab #ab8558 #58ab85

Analogous Colors of #8558ab

#8558ab #ab58a8 #5c58ab

Monochromatic Colors of #8558ab

#8558ab

Complementary Color

#8558ab #7eab58

#8558ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8558ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8558ab Color CSS Codes

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

#8558ab Text Font Color

<p style="color:#8558ab">Text here</p>

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


#8558ab Background Color

<div style="background-color:#8558ab">
Div content here</div>

This div background color is #8558ab


#8558ab Border Color

<div style="border:3px solid #8558ab">
Div here</div>

This div border color is #8558ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,88,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8558ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8558ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8558ab;
  box-shadow:         1px 1px 3px 2px #8558ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8558ab


Comments

No comments written yet.

Please login to write comment.