Color Hex Logo

#b060df Color Hex

#B060DF
(176,96,223)
0 Favorites   0 Comments

Color spaces of #b060df

RGB 17696223
HSL0.770.660.63
HSV278°57°87°
CMYK 0.210.570.00   0.13
XYZ35.406622.923672.3706
Yxy22.92360.27090.1754
Hunter Lab47.878648.2146-56.1044
CIE-Lab54.993653.7580-52.1383

#b060df color RGB value is (176,96,223).

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

The process color (four color CMYK) of #b060df color hex is 0.21, 0.57, 0.00, 0.13. Web safe color of #b060df is #9966cc. Color #b060df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100000 11011111
Octal 260 140 337
Decimal 176 96 223
Hex B0 60 DF

RGB Percentages of Color #b060df

%35.56
%19.39
%45.05

CMYK Percentages of Color #b060df

%21
%57
%0
%13

Triadic Colors of #b060df

#b060df #dfb060 #60dfb0

Analogous Colors of #b060df

#b060df #df60cf #7160df

Monochromatic Colors of #b060df

#b060df

Complementary Color

#b060df #8fdf60

#b060df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b060df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b060df Color CSS Codes

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

#b060df Text Font Color

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

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


#b060df Background Color

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

This div background color is #b060df


#b060df Border Color

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

This div border color is #b060df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b060df


Comments

No comments written yet.

Please login to write comment.