Color Hex Logo

#b69ccd Color Hex

#B69CCD
(182,156,205)
0 Favorites   0 Comments

Color spaces of #b69ccd

RGB 182156205
HSL0.760.330.71
HSV272°24°80°
CMYK 0.110.240.00   0.20
XYZ42.199338.129862.8932
Yxy38.12980.29460.2662
Hunter Lab61.749313.9250-17.1638
CIE-Lab68.116218.8698-21.5349

#b69ccd color RGB value is (182,156,205).

#b69ccd hex color red value is 182, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b69ccd hue: 0.76 , saturation: 0.33 and the lightness value of b69ccd is 0.71.

The process color (four color CMYK) of #b69ccd color hex is 0.11, 0.24, 0.00, 0.20. Web safe color of #b69ccd is #cc99cc. Color #b69ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 11001101
Octal 266 234 315
Decimal 182 156 205
Hex B6 9C CD

RGB Percentages of Color #b69ccd

%33.52
%28.73
%37.75

CMYK Percentages of Color #b69ccd

%11
%24
%0
%20

Triadic Colors of #b69ccd

#b69ccd #cdb69c #9ccdb6

Analogous Colors of #b69ccd

#b69ccd #cd9ccc #9e9ccd

Monochromatic Colors of #b69ccd

#b69ccd

Complementary Color

#b69ccd #b3cd9c

#b69ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69ccd Color CSS Codes

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

#b69ccd Text Font Color

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

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


#b69ccd Background Color

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

This div background color is #b69ccd


#b69ccd Border Color

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

This div border color is #b69ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69ccd


Comments

No comments written yet.

Please login to write comment.