Color Hex Logo

#b206fa Color Hex

#B206FA
(178,6,250)
0 Favorites   0 Comments

Color spaces of #b206fa

RGB 1786250
HSL0.780.960.50
HSV282°98°98°
CMYK 0.290.980.00   0.02
XYZ35.680516.497491.7462
Yxy16.49740.24790.1146
Hunter Lab40.617085.7258-105.4931
CIE-Lab47.620486.4641-79.2128

#b206fa color RGB value is (178,6,250).

#b206fa hex color red value is 178, green value is 6 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b206fa hue: 0.78 , saturation: 0.96 and the lightness value of b206fa is 0.50.

The process color (four color CMYK) of #b206fa color hex is 0.29, 0.98, 0.00, 0.02. Web safe color of #b206fa is #9900ff. Color #b206fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000110 11111010
Octal 262 6 372
Decimal 178 6 250
Hex B2 6 FA

RGB Percentages of Color #b206fa

%41.01
%1.38
%57.60

CMYK Percentages of Color #b206fa

%29
%98
%0
%2

Triadic Colors of #b206fa

#b206fa #fab206 #06fab2

Analogous Colors of #b206fa

#b206fa #fa06c8 #3806fa

Monochromatic Colors of #b206fa

#b206fa

Complementary Color

#b206fa #4efa06

#b206fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b206fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b206fa Color CSS Codes

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

#b206fa Text Font Color

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

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


#b206fa Background Color

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

This div background color is #b206fa


#b206fa Border Color

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

This div border color is #b206fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,6,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b206fa

Related Colors


Comments

No comments written yet.

Please login to write comment.