Color Hex Logo

#b560df Color Hex

#B560DF
(181,96,223)
0 Favorites   0 Comments

Color spaces of #b560df

RGB 18196223
HSL0.780.660.63
HSV280°57°87°
CMYK 0.190.570.00   0.13
XYZ36.558223.517272.4245
Yxy23.51720.27590.1775
Hunter Lab48.494549.6990-54.6009
CIE-Lab55.601154.9981-51.1341

#b560df color RGB value is (181,96,223).

#b560df hex color red value is 181, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b560df hue: 0.78 , saturation: 0.66 and the lightness value of b560df is 0.63.

The process color (four color CMYK) of #b560df color hex is 0.19, 0.57, 0.00, 0.13. Web safe color of #b560df is #cc66cc. Color #b560df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100000 11011111
Octal 265 140 337
Decimal 181 96 223
Hex B5 60 DF

RGB Percentages of Color #b560df

%36.20
%19.20
%44.60

CMYK Percentages of Color #b560df

%19
%57
%0
%13

Triadic Colors of #b560df

#b560df #dfb560 #60dfb5

Analogous Colors of #b560df

#b560df #df60ca #7660df

Monochromatic Colors of #b560df

#b560df

Complementary Color

#b560df #8adf60

#b560df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b560df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b560df Color CSS Codes

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

#b560df Text Font Color

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

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


#b560df Background Color

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

This div background color is #b560df


#b560df Border Color

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

This div border color is #b560df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b560df


Comments

No comments written yet.

Please login to write comment.