Color Hex Logo

#b69ccc Color Hex

#B69CCC
(182,156,204)
0 Favorites   0 Comments

Color spaces of #b69ccc

RGB 182156204
HSL0.760.320.71
HSV273°24°80°
CMYK 0.110.240.00   0.20
XYZ42.079038.081762.2594
Yxy38.08170.29550.2674
Hunter Lab61.710413.7222-16.6202
CIE-Lab68.080818.6595-21.0345

#b69ccc color RGB value is (182,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 11001100
Octal 266 234 314
Decimal 182 156 204
Hex B6 9C CC

RGB Percentages of Color #b69ccc

%33.58
%28.78
%37.64

CMYK Percentages of Color #b69ccc

%11
%24
%0
%20

Triadic Colors of #b69ccc

#b69ccc #ccb69c #9cccb6

Analogous Colors of #b69ccc

#b69ccc #cc9cca #9e9ccc

Monochromatic Colors of #b69ccc

#b69ccc

Complementary Color

#b69ccc #b2cc9c

#b69ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69ccc Color CSS Codes

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

#b69ccc Text Font Color

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

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


#b69ccc Background Color

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

This div background color is #b69ccc


#b69ccc Border Color

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

This div border color is #b69ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,156,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 #b69ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69ccc


Comments

No comments written yet.

Please login to write comment.