Color Hex Logo

#b06eff Color Hex

#B06EFF
(176,110,255)
0 Favorites   0 Comments

Color spaces of #b06eff

RGB 176110255
HSL0.741.000.72
HSV267°57°100°
CMYK 0.310.570.00   0.00
XYZ41.530427.602097.7466
Yxy27.60200.24890.1654
Hunter Lab52.537649.1615-73.5332
CIE-Lab59.527553.8640-62.7150

#b06eff color RGB value is (176,110,255).

#b06eff hex color red value is 176, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b06eff hue: 0.74 , saturation: 1.00 and the lightness value of b06eff is 0.72.

The process color (four color CMYK) of #b06eff color hex is 0.31, 0.57, 0.00, 0.00. Web safe color of #b06eff is #9966ff. Color #b06eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101110 11111111
Octal 260 156 377
Decimal 176 110 255
Hex B0 6E FF

RGB Percentages of Color #b06eff

%32.53
%20.33
%47.13

CMYK Percentages of Color #b06eff

%31
%57
%0
%0

Triadic Colors of #b06eff

#b06eff #ffb06e #6effb0

Analogous Colors of #b06eff

#b06eff #f96eff #6e75ff

Monochromatic Colors of #b06eff

#b06eff

Complementary Color

#b06eff #bdff6e

#b06eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06eff Color CSS Codes

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

#b06eff Text Font Color

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

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


#b06eff Background Color

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

This div background color is #b06eff


#b06eff Border Color

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

This div border color is #b06eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06eff

Related Colors


Comments

No comments written yet.

Please login to write comment.