Color Hex Logo

#b09ccc Color Hex

#B09CCC
(176,156,204)
0 Favorites   0 Comments

Color spaces of #b09ccc

RGB 176156204
HSL0.740.320.71
HSV265°24°80°
CMYK 0.140.240.00   0.20
XYZ40.692037.366762.1945
Yxy37.36670.29010.2664
Hunter Lab61.128311.8497-17.5343
CIE-Lab67.551216.7081-21.8898

#b09ccc color RGB value is (176,156,204).

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

The process color (four color CMYK) of #b09ccc color hex is 0.14, 0.24, 0.00, 0.20. Web safe color of #b09ccc is #9999cc. Color #b09ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011100 11001100
Octal 260 234 314
Decimal 176 156 204
Hex B0 9C CC

RGB Percentages of Color #b09ccc

%32.84
%29.10
%38.06

CMYK Percentages of Color #b09ccc

%14
%24
%0
%20

Triadic Colors of #b09ccc

#b09ccc #ccb09c #9cccb0

Analogous Colors of #b09ccc

#b09ccc #c89ccc #9ca0cc

Monochromatic Colors of #b09ccc

#b09ccc

Complementary Color

#b09ccc #b8cc9c

#b09ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ccc Color CSS Codes

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

#b09ccc Text Font Color

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

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


#b09ccc Background Color

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

This div background color is #b09ccc


#b09ccc Border Color

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

This div border color is #b09ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ccc


Comments

No comments written yet.

Please login to write comment.