Color Hex Logo

#b06eef Color Hex

#B06EEF
(176,110,239)
0 Favorites   0 Comments

Color spaces of #b06eef

RGB 176110239
HSL0.750.800.68
HSV271°54°94°
CMYK 0.260.540.00   0.06
XYZ39.060426.614084.7397
Yxy26.61400.25970.1769
Hunter Lab51.588844.8708-61.2776
CIE-Lab58.615350.1195-55.3195

#b06eef color RGB value is (176,110,239).

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

The process color (four color CMYK) of #b06eef color hex is 0.26, 0.54, 0.00, 0.06. Web safe color of #b06eef is #9966ff. Color #b06eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101110 11101111
Octal 260 156 357
Decimal 176 110 239
Hex B0 6E EF

RGB Percentages of Color #b06eef

%33.52
%20.95
%45.52

CMYK Percentages of Color #b06eef

%26
%54
%0
%6

Triadic Colors of #b06eef

#b06eef #efb06e #6eefb0

Analogous Colors of #b06eef

#b06eef #ef6eee #706eef

Monochromatic Colors of #b06eef

#b06eef

Complementary Color

#b06eef #adef6e

#b06eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06eef Color CSS Codes

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

#b06eef Text Font Color

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

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


#b06eef Background Color

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

This div background color is #b06eef


#b06eef Border Color

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

This div border color is #b06eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06eef


Comments

No comments written yet.

Please login to write comment.