Color Hex Logo

#b09dcc Color Hex

#B09DCC
(176,157,204)
0 Favorites   0 Comments

Color spaces of #b09dcc

RGB 176157204
HSL0.730.320.71
HSV264°23°80°
CMYK 0.140.230.00   0.20
XYZ40.860637.703762.2507
Yxy37.70370.29020.2678
Hunter Lab61.403311.3263-17.1259
CIE-Lab67.801716.1485-21.5080

#b09dcc color RGB value is (176,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 11001100
Octal 260 235 314
Decimal 176 157 204
Hex B0 9D CC

RGB Percentages of Color #b09dcc

%32.77
%29.24
%37.99

CMYK Percentages of Color #b09dcc

%14
%23
%0
%20

Triadic Colors of #b09dcc

#b09dcc #ccb09d #9dccb0

Analogous Colors of #b09dcc

#b09dcc #c89dcc #9da2cc

Monochromatic Colors of #b09dcc

#b09dcc

Complementary Color

#b09dcc #b9cc9d

#b09dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09dcc Color CSS Codes

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

#b09dcc Text Font Color

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

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


#b09dcc Background Color

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

This div background color is #b09dcc


#b09dcc Border Color

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

This div border color is #b09dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09dcc


Comments

No comments written yet.

Please login to write comment.