Color Hex Logo

#b06fdb Color Hex

#B06FDB
(176,111,219)
0 Favorites   0 Comments

Color spaces of #b06fdb

RGB 176111219
HSL0.770.600.65
HSV276°49°86°
CMYK 0.200.490.00   0.14
XYZ36.375125.713570.0638
Yxy25.71350.27530.1946
Hunter Lab50.708539.3049-46.4249
CIE-Lab57.764145.0669-45.4869

#b06fdb color RGB value is (176,111,219).

#b06fdb hex color red value is 176, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b06fdb hue: 0.77 , saturation: 0.60 and the lightness value of b06fdb is 0.65.

The process color (four color CMYK) of #b06fdb color hex is 0.20, 0.49, 0.00, 0.14. Web safe color of #b06fdb is #9966cc. Color #b06fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101111 11011011
Octal 260 157 333
Decimal 176 111 219
Hex B0 6F DB

RGB Percentages of Color #b06fdb

%34.78
%21.94
%43.28

CMYK Percentages of Color #b06fdb

%20
%49
%0
%14

Triadic Colors of #b06fdb

#b06fdb #dbb06f #6fdbb0

Analogous Colors of #b06fdb

#b06fdb #db6fd0 #7a6fdb

Monochromatic Colors of #b06fdb

#b06fdb

Complementary Color

#b06fdb #9adb6f

#b06fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06fdb Color CSS Codes

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

#b06fdb Text Font Color

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

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


#b06fdb Background Color

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

This div background color is #b06fdb


#b06fdb Border Color

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

This div border color is #b06fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06fdb


Comments

No comments written yet.

Please login to write comment.