Color Hex Logo

#b06bed Color Hex

#B06BED
(176,107,237)
0 Favorites   0 Comments

Color spaces of #b06bed

RGB 176107237
HSL0.760.780.67
HSV272°55°93°
CMYK 0.260.550.00   0.07
XYZ38.448325.859983.0858
Yxy25.85990.26090.1754
Hunter Lab50.852645.9669-61.2744
CIE-Lab57.903851.2343-55.3415

#b06bed color RGB value is (176,107,237).

#b06bed hex color red value is 176, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b06bed hue: 0.76 , saturation: 0.78 and the lightness value of b06bed is 0.67.

The process color (four color CMYK) of #b06bed color hex is 0.26, 0.55, 0.00, 0.07. Web safe color of #b06bed is #9966ff. Color #b06bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101011 11101101
Octal 260 153 355
Decimal 176 107 237
Hex B0 6B ED

RGB Percentages of Color #b06bed

%33.85
%20.58
%45.58

CMYK Percentages of Color #b06bed

%26
%55
%0
%7

Triadic Colors of #b06bed

#b06bed #edb06b #6bedb0

Analogous Colors of #b06bed

#b06bed #ed6be9 #6f6bed

Monochromatic Colors of #b06bed

#b06bed

Complementary Color

#b06bed #a8ed6b

#b06bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06bed Color CSS Codes

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

#b06bed Text Font Color

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

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


#b06bed Background Color

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

This div background color is #b06bed


#b06bed Border Color

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

This div border color is #b06bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,107,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b06bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b06bed;
  -webkit-box-shadow: 1px 1px 3px 2px #b06bed;
  box-shadow:         1px 1px 3px 2px #b06bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,107,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06bed


Comments

No comments written yet.

Please login to write comment.