Color Hex Logo

#b795bb Color Hex

#B795BB
(183,149,187)
0 Favorites   0 Comments

Color spaces of #b795bb

RGB 183149187
HSL0.820.220.66
HSV294°20°73°
CMYK 0.020.200.00   0.27
XYZ39.245535.150051.7299
Yxy35.15000.31120.2787
Hunter Lab59.287414.4056-10.2309
CIE-Lab65.865319.4559-14.9126

#b795bb color RGB value is (183,149,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010101 10111011
Octal 267 225 273
Decimal 183 149 187
Hex B7 95 BB

RGB Percentages of Color #b795bb

%35.26
%28.71
%36.03

CMYK Percentages of Color #b795bb

%2
%20
%0
%27

Triadic Colors of #b795bb

#b795bb #bbb795 #95bbb7

Analogous Colors of #b795bb

#b795bb #bb95ac #a495bb

Monochromatic Colors of #b795bb

#b795bb

Complementary Color

#b795bb #99bb95

#b795bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b795bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b795bb Color CSS Codes

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

#b795bb Text Font Color

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

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


#b795bb Background Color

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

This div background color is #b795bb


#b795bb Border Color

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

This div border color is #b795bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b795bb


Comments

No comments written yet.

Please login to write comment.