Color Hex Logo

#b166fd Color Hex

#B166FD
(177,102,253)
0 Favorites   0 Comments

Color spaces of #b166fd

RGB 177102253
HSL0.750.970.70
HSV270°60°99°
CMYK 0.300.600.00   0.01
XYZ40.612525.941795.7952
Yxy25.94170.25020.1598
Hunter Lab50.933053.1980-75.8600
CIE-Lab57.981757.7107-64.0876

#b166fd color RGB value is (177,102,253).

#b166fd hex color red value is 177, green value is 102 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b166fd hue: 0.75 , saturation: 0.97 and the lightness value of b166fd is 0.70.

The process color (four color CMYK) of #b166fd color hex is 0.30, 0.60, 0.00, 0.01. Web safe color of #b166fd is #9966ff. Color #b166fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 11111101
Octal 261 146 375
Decimal 177 102 253
Hex B1 66 FD

RGB Percentages of Color #b166fd

%33.27
%19.17
%47.56

CMYK Percentages of Color #b166fd

%30
%60
%0
%1

Triadic Colors of #b166fd

#b166fd #fdb166 #66fdb1

Analogous Colors of #b166fd

#b166fd #fd66fd #6667fd

Monochromatic Colors of #b166fd

#b166fd

Complementary Color

#b166fd #b2fd66

#b166fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b166fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b166fd Color CSS Codes

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

#b166fd Text Font Color

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

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


#b166fd Background Color

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

This div background color is #b166fd


#b166fd Border Color

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

This div border color is #b166fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b166fd


Comments

No comments written yet.

Please login to write comment.