Color Hex Logo

#b606db Color Hex

#B606DB
(182,6,219)
0 Favorites   0 Comments

Color spaces of #b606db

RGB 1826219
HSL0.800.950.44
HSV290°97°86°
CMYK 0.170.970.00   0.14
XYZ32.142715.189868.2556
Yxy15.18980.27810.1314
Hunter Lab38.974179.0078-76.5531
CIE-Lab45.893181.5713-64.4559

#b606db color RGB value is (182,6,219).

#b606db hex color red value is 182, green value is 6 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b606db hue: 0.80 , saturation: 0.95 and the lightness value of b606db is 0.44.

The process color (four color CMYK) of #b606db color hex is 0.17, 0.97, 0.00, 0.14. Web safe color of #b606db is #cc00cc. Color #b606db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000110 11011011
Octal 266 6 333
Decimal 182 6 219
Hex B6 6 DB

RGB Percentages of Color #b606db

%44.72
%1.47
%53.81

CMYK Percentages of Color #b606db

%17
%97
%0
%14

Triadic Colors of #b606db

#b606db #dbb606 #06dbb6

Analogous Colors of #b606db

#b606db #db0696 #4b06db

Monochromatic Colors of #b606db

#b606db

Complementary Color

#b606db #2bdb06

#b606db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b606db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b606db Color CSS Codes

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

#b606db Text Font Color

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

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


#b606db Background Color

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

This div background color is #b606db


#b606db Border Color

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

This div border color is #b606db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b606db


Comments

No comments written yet.

Please login to write comment.