Color Hex Logo

#b16aec Color Hex

#B16AEC
(177,106,236)
0 Favorites   0 Comments

Color spaces of #b16aec

RGB 177106236
HSL0.760.770.67
HSV273°55°93°
CMYK 0.250.550.00   0.07
XYZ38.425825.711382.2944
Yxy25.71130.26240.1756
Hunter Lab50.706346.5332-60.7310
CIE-Lab57.762051.7735-55.0039

#b16aec color RGB value is (177,106,236).

#b16aec hex color red value is 177, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b16aec hue: 0.76 , saturation: 0.77 and the lightness value of b16aec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101010 11101100
Octal 261 152 354
Decimal 177 106 236
Hex B1 6A EC

RGB Percentages of Color #b16aec

%34.10
%20.42
%45.47

CMYK Percentages of Color #b16aec

%25
%55
%0
%7

Triadic Colors of #b16aec

#b16aec #ecb16a #6aecb1

Analogous Colors of #b16aec

#b16aec #ec6ae6 #706aec

Monochromatic Colors of #b16aec

#b16aec

Complementary Color

#b16aec #a5ec6a

#b16aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16aec Color CSS Codes

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

#b16aec Text Font Color

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

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


#b16aec Background Color

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

This div background color is #b16aec


#b16aec Border Color

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

This div border color is #b16aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16aec


Comments

No comments written yet.

Please login to write comment.