Color Hex Logo

#b785bb Color Hex

#B785BB
(183,133,187)
0 Favorites   0 Comments

Color spaces of #b785bb

RGB 183133187
HSL0.820.280.63
HSV296°29°73°
CMYK 0.020.290.00   0.27
XYZ36.885630.430250.9432
Yxy30.43020.31190.2573
Hunter Lab55.163622.8193-16.1394
CIE-Lab62.023628.3971-20.7409

#b785bb color RGB value is (183,133,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000101 10111011
Octal 267 205 273
Decimal 183 133 187
Hex B7 85 BB

RGB Percentages of Color #b785bb

%36.38
%26.44
%37.18

CMYK Percentages of Color #b785bb

%2
%29
%0
%27

Triadic Colors of #b785bb

#b785bb #bbb785 #85bbb7

Analogous Colors of #b785bb

#b785bb #bb85a4 #9c85bb

Monochromatic Colors of #b785bb

#b785bb

Complementary Color

#b785bb #89bb85

#b785bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b785bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b785bb Color CSS Codes

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

#b785bb Text Font Color

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

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


#b785bb Background Color

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

This div background color is #b785bb


#b785bb Border Color

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

This div border color is #b785bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b785bb


Comments

No comments written yet.

Please login to write comment.