Color Hex Logo

#b06bee Color Hex

#B06BEE
(176,107,238)
0 Favorites   0 Comments

Color spaces of #b06bee

RGB 176107238
HSL0.750.790.68
HSV272°55°93°
CMYK 0.260.550.00   0.07
XYZ38.594825.918583.8575
Yxy25.91850.26010.1747
Hunter Lab50.910246.2272-62.0232
CIE-Lab57.959651.4629-55.8094

#b06bee color RGB value is (176,107,238).

#b06bee hex color red value is 176, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b06bee hue: 0.75 , saturation: 0.79 and the lightness value of b06bee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101011 11101110
Octal 260 153 356
Decimal 176 107 238
Hex B0 6B EE

RGB Percentages of Color #b06bee

%33.78
%20.54
%45.68

CMYK Percentages of Color #b06bee

%26
%55
%0
%7

Triadic Colors of #b06bee

#b06bee #eeb06b #6beeb0

Analogous Colors of #b06bee

#b06bee #ee6beb #6f6bee

Monochromatic Colors of #b06bee

#b06bee

Complementary Color

#b06bee #a9ee6b

#b06bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06bee Color CSS Codes

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

#b06bee Text Font Color

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

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


#b06bee Background Color

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

This div background color is #b06bee


#b06bee Border Color

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

This div border color is #b06bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06bee


Comments

No comments written yet.

Please login to write comment.