Color Hex Logo

#b560cb Color Hex

#B560CB
(181,96,203)
0 Favorites   0 Comments

Color spaces of #b560cb

RGB 18196203
HSL0.800.510.59
HSV288°53°80°
CMYK 0.110.530.00   0.20
XYZ34.018422.501359.0501
Yxy22.50130.29440.1947
Hunter Lab47.435544.9991-40.6022
CIE-Lab54.554950.8842-41.4522

#b560cb color RGB value is (181,96,203).

#b560cb hex color red value is 181, green value is 96 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b560cb hue: 0.80 , saturation: 0.51 and the lightness value of b560cb is 0.59.

The process color (four color CMYK) of #b560cb color hex is 0.11, 0.53, 0.00, 0.20. Web safe color of #b560cb is #cc66cc. Color #b560cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100000 11001011
Octal 265 140 313
Decimal 181 96 203
Hex B5 60 CB

RGB Percentages of Color #b560cb

%37.71
%20.00
%42.29

CMYK Percentages of Color #b560cb

%11
%53
%0
%20

Triadic Colors of #b560cb

#b560cb #cbb560 #60cbb5

Analogous Colors of #b560cb

#b560cb #cb60ac #8060cb

Monochromatic Colors of #b560cb

#b560cb

Complementary Color

#b560cb #76cb60

#b560cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b560cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b560cb Color CSS Codes

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

#b560cb Text Font Color

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

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


#b560cb Background Color

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

This div background color is #b560cb


#b560cb Border Color

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

This div border color is #b560cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,96,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b560cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b560cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b560cb;
  box-shadow:         1px 1px 3px 2px #b560cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,96,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b560cb


Comments

No comments written yet.

Please login to write comment.