Color Hex Logo

#b08dcc Color Hex

#B08DCC
(176,141,204)
0 Favorites   0 Comments

Color spaces of #b08dcc

RGB 176141204
HSL0.760.380.68
HSV273°31°80°
CMYK 0.140.310.00   0.20
XYZ38.328532.639561.4067
Yxy32.63950.28950.2466
Hunter Lab57.131019.7743-23.7356
CIE-Lab63.867925.1424-27.5367

#b08dcc color RGB value is (176,141,204).

#b08dcc hex color red value is 176, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b08dcc hue: 0.76 , saturation: 0.38 and the lightness value of b08dcc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001101 11001100
Octal 260 215 314
Decimal 176 141 204
Hex B0 8D CC

RGB Percentages of Color #b08dcc

%33.78
%27.06
%39.16

CMYK Percentages of Color #b08dcc

%14
%31
%0
%20

Triadic Colors of #b08dcc

#b08dcc #ccb08d #8dccb0

Analogous Colors of #b08dcc

#b08dcc #cc8dc9 #918dcc

Monochromatic Colors of #b08dcc

#b08dcc

Complementary Color

#b08dcc #a9cc8d

#b08dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08dcc Color CSS Codes

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

#b08dcc Text Font Color

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

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


#b08dcc Background Color

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

This div background color is #b08dcc


#b08dcc Border Color

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

This div border color is #b08dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08dcc


Comments

No comments written yet.

Please login to write comment.