Color Hex Logo

#b66cda Color Hex

#B66CDA
(182,108,218)
0 Favorites   0 Comments

Color spaces of #b66cda

RGB 182108218
HSL0.780.600.64
HSV280°50°85°
CMYK 0.170.500.00   0.15
XYZ37.308925.732269.3301
Yxy25.73220.28190.1944
Hunter Lab50.726942.5120-45.5247
CIE-Lab57.782048.0700-44.8513

#b66cda color RGB value is (182,108,218).

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

The process color (four color CMYK) of #b66cda color hex is 0.17, 0.50, 0.00, 0.15. Web safe color of #b66cda is #cc66cc. Color #b66cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101100 11011010
Octal 266 154 332
Decimal 182 108 218
Hex B6 6C DA

RGB Percentages of Color #b66cda

%35.83
%21.26
%42.91

CMYK Percentages of Color #b66cda

%17
%50
%0
%15

Triadic Colors of #b66cda

#b66cda #dab66c #6cdab6

Analogous Colors of #b66cda

#b66cda #da6cc7 #7f6cda

Monochromatic Colors of #b66cda

#b66cda

Complementary Color

#b66cda #90da6c

#b66cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66cda Color CSS Codes

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

#b66cda Text Font Color

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

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


#b66cda Background Color

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

This div background color is #b66cda


#b66cda Border Color

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

This div border color is #b66cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66cda


Comments

No comments written yet.

Please login to write comment.