Color Hex Logo

#8558a4 Color Hex

#8558A4
(133,88,164)
0 Favorites   0 Comments

Color spaces of #8558a4

RGB 13388164
HSL0.770.300.49
HSV276°46°64°
CMYK 0.190.460.00   0.36
XYZ19.863414.646336.9021
Yxy14.64630.27820.2051
Hunter Lab38.270525.6729-30.3807
CIE-Lab45.145933.1566-34.0181

#8558a4 color RGB value is (133,88,164).

#8558a4 hex color red value is 133, green value is 88 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #8558a4 hue: 0.77 , saturation: 0.30 and the lightness value of 8558a4 is 0.49.

The process color (four color CMYK) of #8558a4 color hex is 0.19, 0.46, 0.00, 0.36. Web safe color of #8558a4 is #996699. Color #8558a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011000 10100100
Octal 205 130 244
Decimal 133 88 164
Hex 85 58 A4

RGB Percentages of Color #8558a4

%34.55
%22.86
%42.60

CMYK Percentages of Color #8558a4

%19
%46
%0
%36

Triadic Colors of #8558a4

#8558a4 #a48558 #58a485

Analogous Colors of #8558a4

#8558a4 #a4589d #5f58a4

Monochromatic Colors of #8558a4

#8558a4

Complementary Color

#8558a4 #77a458

#8558a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8558a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8558a4 Color CSS Codes

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

#8558a4 Text Font Color

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

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


#8558a4 Background Color

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

This div background color is #8558a4


#8558a4 Border Color

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

This div border color is #8558a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8558a4


Comments

No comments written yet.

Please login to write comment.