Color Hex Logo

#b66ccc Color Hex

#B66CCC
(182,108,204)
0 Favorites   0 Comments

Color spaces of #b66ccc

RGB 182108204
HSL0.800.480.61
HSV286°47°80°
CMYK 0.110.470.00   0.20
XYZ35.553025.029860.0841
Yxy25.02980.29460.2074
Hunter Lab50.029839.2965-36.1844
CIE-Lab57.104445.1546-38.0029

#b66ccc color RGB value is (182,108,204).

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

The process color (four color CMYK) of #b66ccc color hex is 0.11, 0.47, 0.00, 0.20. Web safe color of #b66ccc is #cc66cc. Color #b66ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101100 11001100
Octal 266 154 314
Decimal 182 108 204
Hex B6 6C CC

RGB Percentages of Color #b66ccc

%36.84
%21.86
%41.30

CMYK Percentages of Color #b66ccc

%11
%47
%0
%20

Triadic Colors of #b66ccc

#b66ccc #ccb66c #6cccb6

Analogous Colors of #b66ccc

#b66ccc #cc6cb2 #866ccc

Monochromatic Colors of #b66ccc

#b66ccc

Complementary Color

#b66ccc #82cc6c

#b66ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66ccc Color CSS Codes

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

#b66ccc Text Font Color

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

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


#b66ccc Background Color

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

This div background color is #b66ccc


#b66ccc Border Color

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

This div border color is #b66ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66ccc


Comments

No comments written yet.

Please login to write comment.