Color Hex Logo

#b206db Color Hex

#B206DB
(178,6,219)
0 Favorites   0 Comments

Color spaces of #b206db

RGB 1786219
HSL0.800.950.44
HSV288°97°86°
CMYK 0.190.970.00   0.14
XYZ31.211414.709768.2121
Yxy14.70970.27350.1289
Hunter Lab38.353278.1430-78.6014
CIE-Lab45.234081.0147-65.5558

#b206db color RGB value is (178,6,219).

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

The process color (four color CMYK) of #b206db color hex is 0.19, 0.97, 0.00, 0.14. Web safe color of #b206db is #9900cc. Color #b206db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000110 11011011
Octal 262 6 333
Decimal 178 6 219
Hex B2 6 DB

RGB Percentages of Color #b206db

%44.17
%1.49
%54.34

CMYK Percentages of Color #b206db

%19
%97
%0
%14

Triadic Colors of #b206db

#b206db #dbb206 #06dbb2

Analogous Colors of #b206db

#b206db #db069a #4706db

Monochromatic Colors of #b206db

#b206db

Complementary Color

#b206db #2fdb06

#b206db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b206db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b206db Color CSS Codes

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

#b206db Text Font Color

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

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


#b206db Background Color

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

This div background color is #b206db


#b206db Border Color

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

This div border color is #b206db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b206db


Comments

No comments written yet.

Please login to write comment.