Color Hex Logo

#b685bb Color Hex

#B685BB
(182,133,187)
0 Favorites   0 Comments

Color spaces of #b685bb

RGB 182133187
HSL0.820.280.63
HSV294°29°73°
CMYK 0.030.290.00   0.27
XYZ36.648630.308050.9321
Yxy30.30800.31090.2571
Hunter Lab55.052722.4853-16.3154
CIE-Lab61.919128.0651-20.9100

#b685bb color RGB value is (182,133,187).

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

The process color (four color CMYK) of #b685bb color hex is 0.03, 0.29, 0.00, 0.27. Web safe color of #b685bb is #cc99cc. Color #b685bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 10111011
Octal 266 205 273
Decimal 182 133 187
Hex B6 85 BB

RGB Percentages of Color #b685bb

%36.25
%26.49
%37.25

CMYK Percentages of Color #b685bb

%3
%29
%0
%27

Triadic Colors of #b685bb

#b685bb #bbb685 #85bbb6

Analogous Colors of #b685bb

#b685bb #bb85a5 #9b85bb

Monochromatic Colors of #b685bb

#b685bb

Complementary Color

#b685bb #8abb85

#b685bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685bb Color CSS Codes

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

#b685bb Text Font Color

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

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


#b685bb Background Color

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

This div background color is #b685bb


#b685bb Border Color

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

This div border color is #b685bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685bb


Comments

No comments written yet.

Please login to write comment.