Color Hex Logo

#b085bb Color Hex

#B085BB
(176,133,187)
0 Favorites   0 Comments

Color spaces of #b085bb

RGB 176133187
HSL0.800.280.63
HSV288°29°73°
CMYK 0.060.290.00   0.27
XYZ35.261729.593050.8672
Yxy29.59300.30470.2557
Hunter Lab54.399420.5046-17.3606
CIE-Lab61.301526.0774-21.9088

#b085bb color RGB value is (176,133,187).

#b085bb hex color red value is 176, green value is 133 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b085bb hue: 0.80 , saturation: 0.28 and the lightness value of b085bb is 0.63.

The process color (four color CMYK) of #b085bb color hex is 0.06, 0.29, 0.00, 0.27. Web safe color of #b085bb is #9999cc. Color #b085bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 10111011
Octal 260 205 273
Decimal 176 133 187
Hex B0 85 BB

RGB Percentages of Color #b085bb

%35.48
%26.81
%37.70

CMYK Percentages of Color #b085bb

%6
%29
%0
%27

Triadic Colors of #b085bb

#b085bb #bbb085 #85bbb0

Analogous Colors of #b085bb

#b085bb #bb85ab #9585bb

Monochromatic Colors of #b085bb

#b085bb

Complementary Color

#b085bb #90bb85

#b085bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b085bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b085bb Color CSS Codes

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

#b085bb Text Font Color

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

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


#b085bb Background Color

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

This div background color is #b085bb


#b085bb Border Color

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

This div border color is #b085bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,133,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b085bb


Comments

No comments written yet.

Please login to write comment.