Color Hex Logo

#b060bc Color Hex

#B060BC
(176,96,188)
0 Favorites   0 Comments

Color spaces of #b060bc

RGB 17696188
HSL0.810.410.56
HSV292°49°74°
CMYK 0.060.490.00   0.26
XYZ31.164521.226750.0316
Yxy21.22670.30430.2072
Hunter Lab46.072440.1149-32.1343
CIE-Lab53.196746.5198-35.0281

#b060bc color RGB value is (176,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100000 10111100
Octal 260 140 274
Decimal 176 96 188
Hex B0 60 BC

RGB Percentages of Color #b060bc

%38.26
%20.87
%40.87

CMYK Percentages of Color #b060bc

%6
%49
%0
%26

Triadic Colors of #b060bc

#b060bc #bcb060 #60bcb0

Analogous Colors of #b060bc

#b060bc #bc609a #8260bc

Monochromatic Colors of #b060bc

#b060bc

Complementary Color

#b060bc #6cbc60

#b060bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b060bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b060bc Color CSS Codes

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

#b060bc Text Font Color

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

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


#b060bc Background Color

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

This div background color is #b060bc


#b060bc Border Color

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

This div border color is #b060bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,96,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 #b060bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b060bc


Comments

No comments written yet.

Please login to write comment.