Color Hex Logo

#b166ea Color Hex

#B166EA
(177,102,234)
0 Favorites   0 Comments

Color spaces of #b166ea

RGB 177102234
HSL0.760.760.66
HSV274°56°92°
CMYK 0.240.560.00   0.08
XYZ37.734124.790480.6381
Yxy24.79040.26360.1732
Hunter Lab49.790048.1466-61.1711
CIE-Lab56.870653.3837-55.3102

#b166ea color RGB value is (177,102,234).

#b166ea hex color red value is 177, green value is 102 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b166ea hue: 0.76 , saturation: 0.76 and the lightness value of b166ea is 0.66.

The process color (four color CMYK) of #b166ea color hex is 0.24, 0.56, 0.00, 0.08. Web safe color of #b166ea is #9966ff. Color #b166ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 11101010
Octal 261 146 352
Decimal 177 102 234
Hex B1 66 EA

RGB Percentages of Color #b166ea

%34.50
%19.88
%45.61

CMYK Percentages of Color #b166ea

%24
%56
%0
%8

Triadic Colors of #b166ea

#b166ea #eab166 #66eab1

Analogous Colors of #b166ea

#b166ea #ea66e1 #6f66ea

Monochromatic Colors of #b166ea

#b166ea

Complementary Color

#b166ea #9fea66

#b166ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b166ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b166ea Color CSS Codes

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

#b166ea Text Font Color

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

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


#b166ea Background Color

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

This div background color is #b166ea


#b166ea Border Color

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

This div border color is #b166ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,102,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b166ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b166ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b166ea;
  box-shadow:         1px 1px 3px 2px #b166ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,102,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b166ea


Comments

No comments written yet.

Please login to write comment.