Color Hex Logo

#b66bdc Color Hex

#B66BDC
(182,107,220)
0 Favorites   0 Comments

Color spaces of #b66bdc

RGB 182107220
HSL0.780.620.64
HSV280°51°86°
CMYK 0.170.510.00   0.14
XYZ37.467425.627870.6821
Yxy25.62780.28010.1916
Hunter Lab50.623943.5183-47.3451
CIE-Lab57.682149.0184-46.1348

#b66bdc color RGB value is (182,107,220).

#b66bdc hex color red value is 182, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b66bdc hue: 0.78 , saturation: 0.62 and the lightness value of b66bdc is 0.64.

The process color (four color CMYK) of #b66bdc color hex is 0.17, 0.51, 0.00, 0.14. Web safe color of #b66bdc is #cc66cc. Color #b66bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 11011100
Octal 266 153 334
Decimal 182 107 220
Hex B6 6B DC

RGB Percentages of Color #b66bdc

%35.76
%21.02
%43.22

CMYK Percentages of Color #b66bdc

%17
%51
%0
%14

Triadic Colors of #b66bdc

#b66bdc #dcb66b #6bdcb6

Analogous Colors of #b66bdc

#b66bdc #dc6bca #7e6bdc

Monochromatic Colors of #b66bdc

#b66bdc

Complementary Color

#b66bdc #91dc6b

#b66bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66bdc Color CSS Codes

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

#b66bdc Text Font Color

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

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


#b66bdc Background Color

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

This div background color is #b66bdc


#b66bdc Border Color

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

This div border color is #b66bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66bdc


Comments

No comments written yet.

Please login to write comment.