Color Hex Logo

#b606bf Color Hex

#B606BF
(182,6,191)
0 Favorites   0 Comments

Color spaces of #b606bf

RGB 1826191
HSL0.830.940.39
HSV297°97°75°
CMYK 0.050.970.00   0.25
XYZ28.760513.836950.4452
Yxy13.83690.30910.1487
Hunter Lab37.198072.9150-54.3662
CIE-Lab43.998177.0653-51.3118

#b606bf color RGB value is (182,6,191).

#b606bf hex color red value is 182, green value is 6 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b606bf hue: 0.83 , saturation: 0.94 and the lightness value of b606bf is 0.39.

The process color (four color CMYK) of #b606bf color hex is 0.05, 0.97, 0.00, 0.25. Web safe color of #b606bf is #cc00cc. Color #b606bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000110 10111111
Octal 266 6 277
Decimal 182 6 191
Hex B6 6 BF

RGB Percentages of Color #b606bf

%48.02
%1.58
%50.40

CMYK Percentages of Color #b606bf

%5
%97
%0
%25

Triadic Colors of #b606bf

#b606bf #bfb606 #06bfb6

Analogous Colors of #b606bf

#b606bf #bf066c #5a06bf

Monochromatic Colors of #b606bf

#b606bf

Complementary Color

#b606bf #0fbf06

#b606bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b606bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b606bf Color CSS Codes

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

#b606bf Text Font Color

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

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


#b606bf Background Color

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

This div background color is #b606bf


#b606bf Border Color

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

This div border color is #b606bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b606bf


Comments

No comments written yet.

Please login to write comment.