Color Hex Logo

#b66ecb Color Hex

#B66ECB
(182,110,203)
0 Favorites   0 Comments

Color spaces of #b66ecb

RGB 182110203
HSL0.800.470.61
HSV286°46°80°
CMYK 0.100.460.00   0.20
XYZ35.646825.408759.5255
Yxy25.40870.29560.2107
Hunter Lab50.407038.0191-34.7304
CIE-Lab57.471543.8890-36.8601

#b66ecb color RGB value is (182,110,203).

#b66ecb hex color red value is 182, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b66ecb hue: 0.80 , saturation: 0.47 and the lightness value of b66ecb is 0.61.

The process color (four color CMYK) of #b66ecb color hex is 0.10, 0.46, 0.00, 0.20. Web safe color of #b66ecb is #cc66cc. Color #b66ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101110 11001011
Octal 266 156 313
Decimal 182 110 203
Hex B6 6E CB

RGB Percentages of Color #b66ecb

%36.77
%22.22
%41.01

CMYK Percentages of Color #b66ecb

%10
%46
%0
%20

Triadic Colors of #b66ecb

#b66ecb #cbb66e #6ecbb6

Analogous Colors of #b66ecb

#b66ecb #cb6eb2 #886ecb

Monochromatic Colors of #b66ecb

#b66ecb

Complementary Color

#b66ecb #83cb6e

#b66ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66ecb Color CSS Codes

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

#b66ecb Text Font Color

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

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


#b66ecb Background Color

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

This div background color is #b66ecb


#b66ecb Border Color

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

This div border color is #b66ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66ecb


Comments

No comments written yet.

Please login to write comment.