Color Hex Logo

#8559bc Color Hex

#8559BC
(133,89,188)
0 Favorites   0 Comments

Color spaces of #8559bc

RGB 13389188
HSL0.740.420.54
HSV267°53°74°
CMYK 0.290.530.00   0.26
XYZ22.322315.762149.4428
Yxy15.76210.25500.1801
Hunter Lab39.701530.8845-46.0465
CIE-Lab46.660838.3973-45.6891

#8559bc color RGB value is (133,89,188).

#8559bc hex color red value is 133, green value is 89 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8559bc hue: 0.74 , saturation: 0.42 and the lightness value of 8559bc is 0.54.

The process color (four color CMYK) of #8559bc color hex is 0.29, 0.53, 0.00, 0.26. Web safe color of #8559bc is #9966cc. Color #8559bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011001 10111100
Octal 205 131 274
Decimal 133 89 188
Hex 85 59 BC

RGB Percentages of Color #8559bc

%32.44
%21.71
%45.85

CMYK Percentages of Color #8559bc

%29
%53
%0
%26

Triadic Colors of #8559bc

#8559bc #bc8559 #59bc85

Analogous Colors of #8559bc

#8559bc #b759bc #595fbc

Monochromatic Colors of #8559bc

#8559bc

Complementary Color

#8559bc #90bc59

#8559bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8559bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8559bc Color CSS Codes

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

#8559bc Text Font Color

<p style="color:#8559bc">Text here</p>

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


#8559bc Background Color

<div style="background-color:#8559bc">
Div content here</div>

This div background color is #8559bc


#8559bc Border Color

<div style="border:3px solid #8559bc">
Div here</div>

This div border color is #8559bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,89,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8559bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8559bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8559bc;
  box-shadow:         1px 1px 3px 2px #8559bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8559bc


Comments

No comments written yet.

Please login to write comment.