Color Hex Logo

#b406db Color Hex

#B406DB
(180,6,219)
0 Favorites   0 Comments

Color spaces of #b406db

RGB 1806219
HSL0.800.950.44
HSV289°97°86°
CMYK 0.180.970.00   0.14
XYZ31.673714.948068.2337
Yxy14.94800.27580.1301
Hunter Lab38.662678.5734-77.5740
CIE-Lab45.562981.2918-65.0068

#b406db color RGB value is (180,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000110 11011011
Octal 264 6 333
Decimal 180 6 219
Hex B4 6 DB

RGB Percentages of Color #b406db

%44.44
%1.48
%54.07

CMYK Percentages of Color #b406db

%18
%97
%0
%14

Triadic Colors of #b406db

#b406db #dbb406 #06dbb4

Analogous Colors of #b406db

#b406db #db0698 #4a06db

Monochromatic Colors of #b406db

#b406db

Complementary Color

#b406db #2ddb06

#b406db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b406db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b406db Color CSS Codes

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

#b406db Text Font Color

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

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


#b406db Background Color

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

This div background color is #b406db


#b406db Border Color

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

This div border color is #b406db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b406db


Comments

No comments written yet.

Please login to write comment.