Color Hex Logo

#b895bb Color Hex

#B895BB
(184,149,187)
0 Favorites   0 Comments

Color spaces of #b895bb

RGB 184149187
HSL0.820.220.66
HSV295°20°73°
CMYK 0.020.200.00   0.27
XYZ39.484335.273151.7411
Yxy35.27310.31210.2788
Hunter Lab59.391214.7354-10.0792
CIE-Lab65.960719.7981-14.7593

#b895bb color RGB value is (184,149,187).

#b895bb hex color red value is 184, green value is 149 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b895bb hue: 0.82 , saturation: 0.22 and the lightness value of b895bb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 10111011
Octal 270 225 273
Decimal 184 149 187
Hex B8 95 BB

RGB Percentages of Color #b895bb

%35.38
%28.65
%35.96

CMYK Percentages of Color #b895bb

%2
%20
%0
%27

Triadic Colors of #b895bb

#b895bb #bbb895 #95bbb8

Analogous Colors of #b895bb

#b895bb #bb95ab #a595bb

Monochromatic Colors of #b895bb

#b895bb

Complementary Color

#b895bb #98bb95

#b895bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895bb Color CSS Codes

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

#b895bb Text Font Color

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

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


#b895bb Background Color

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

This div background color is #b895bb


#b895bb Border Color

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

This div border color is #b895bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895bb


Comments

No comments written yet.

Please login to write comment.