Color Hex Logo

#b060bd Color Hex

#B060BD
(176,96,189)
0 Favorites   0 Comments

Color spaces of #b060bd

RGB 17696189
HSL0.810.410.56
HSV292°49°74°
CMYK 0.070.490.00   0.26
XYZ31.272721.270050.6014
Yxy21.27000.30320.2062
Hunter Lab46.119440.3285-32.7684
CIE-Lab53.243746.7157-35.5307

#b060bd color RGB value is (176,96,189).

#b060bd hex color red value is 176, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b060bd hue: 0.81 , saturation: 0.41 and the lightness value of b060bd is 0.56.

The process color (four color CMYK) of #b060bd color hex is 0.07, 0.49, 0.00, 0.26. Web safe color of #b060bd is #9966cc. Color #b060bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100000 10111101
Octal 260 140 275
Decimal 176 96 189
Hex B0 60 BD

RGB Percentages of Color #b060bd

%38.18
%20.82
%41.00

CMYK Percentages of Color #b060bd

%7
%49
%0
%26

Triadic Colors of #b060bd

#b060bd #bdb060 #60bdb0

Analogous Colors of #b060bd

#b060bd #bd609c #8260bd

Monochromatic Colors of #b060bd

#b060bd

Complementary Color

#b060bd #6dbd60

#b060bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b060bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b060bd Color CSS Codes

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

#b060bd Text Font Color

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

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


#b060bd Background Color

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

This div background color is #b060bd


#b060bd Border Color

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

This div border color is #b060bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b060bd


Comments

No comments written yet.

Please login to write comment.