Color Hex Logo

#b66aec Color Hex

#B66AEC
(182,106,236)
0 Favorites   0 Comments

Color spaces of #b66aec

RGB 182106236
HSL0.760.770.67
HSV275°55°93°
CMYK 0.230.550.00   0.07
XYZ39.585826.309382.3487
Yxy26.30930.26700.1775
Hunter Lab51.292647.9979-59.2835
CIE-Lab58.329553.0109-54.0655

#b66aec color RGB value is (182,106,236).

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

The process color (four color CMYK) of #b66aec color hex is 0.23, 0.55, 0.00, 0.07. Web safe color of #b66aec is #cc66ff. Color #b66aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101010 11101100
Octal 266 152 354
Decimal 182 106 236
Hex B6 6A EC

RGB Percentages of Color #b66aec

%34.73
%20.23
%45.04

CMYK Percentages of Color #b66aec

%23
%55
%0
%7

Triadic Colors of #b66aec

#b66aec #ecb66a #6aecb6

Analogous Colors of #b66aec

#b66aec #ec6ae1 #756aec

Monochromatic Colors of #b66aec

#b66aec

Complementary Color

#b66aec #a0ec6a

#b66aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66aec Color CSS Codes

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

#b66aec Text Font Color

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

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


#b66aec Background Color

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

This div background color is #b66aec


#b66aec Border Color

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

This div border color is #b66aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b66aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66aec


Comments

No comments written yet.

Please login to write comment.