Color Hex Logo

#8561bc Color Hex

#8561BC
(133,97,188)
0 Favorites   0 Comments

Color spaces of #8561bc

RGB 13397188
HSL0.730.400.56
HSV264°48°74°
CMYK 0.290.480.00   0.26
XYZ23.024717.166849.6769
Yxy17.16680.25620.1910
Hunter Lab41.432826.6870-42.0842
CIE-Lab48.469533.8034-42.8128

#8561bc color RGB value is (133,97,188).

#8561bc hex color red value is 133, green value is 97 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8561bc hue: 0.73 , saturation: 0.40 and the lightness value of 8561bc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 10111100
Octal 205 141 274
Decimal 133 97 188
Hex 85 61 BC

RGB Percentages of Color #8561bc

%31.82
%23.21
%44.98

CMYK Percentages of Color #8561bc

%29
%48
%0
%26

Triadic Colors of #8561bc

#8561bc #bc8561 #61bc85

Analogous Colors of #8561bc

#8561bc #b361bc #616bbc

Monochromatic Colors of #8561bc

#8561bc

Complementary Color

#8561bc #98bc61

#8561bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8561bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8561bc Color CSS Codes

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

#8561bc Text Font Color

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

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


#8561bc Background Color

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

This div background color is #8561bc


#8561bc Border Color

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

This div border color is #8561bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8561bc


Comments

No comments written yet.

Please login to write comment.