Color Hex Logo

#b08bb4 Color Hex

#B08BB4
(176,139,180)
0 Favorites   0 Comments

Color spaces of #b08bb4

RGB 176139180
HSL0.820.210.63
HSV294°23°71°
CMYK 0.020.230.00   0.29
XYZ35.375330.990647.2973
Yxy30.99060.31120.2727
Hunter Lab55.669216.0077-11.4051
CIE-Lab62.499721.2979-16.1241

#b08bb4 color RGB value is (176,139,180).

#b08bb4 hex color red value is 176, green value is 139 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #b08bb4 hue: 0.82 , saturation: 0.21 and the lightness value of b08bb4 is 0.63.

The process color (four color CMYK) of #b08bb4 color hex is 0.02, 0.23, 0.00, 0.29. Web safe color of #b08bb4 is #9999cc. Color #b08bb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001011 10110100
Octal 260 213 264
Decimal 176 139 180
Hex B0 8B B4

RGB Percentages of Color #b08bb4

%35.56
%28.08
%36.36

CMYK Percentages of Color #b08bb4

%2
%23
%0
%29

Triadic Colors of #b08bb4

#b08bb4 #b4b08b #8bb4b0

Analogous Colors of #b08bb4

#b08bb4 #b48ba4 #9c8bb4

Monochromatic Colors of #b08bb4

#b08bb4

Complementary Color

#b08bb4 #8fb48b

#b08bb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08bb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08bb4 Color CSS Codes

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

#b08bb4 Text Font Color

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

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


#b08bb4 Background Color

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

This div background color is #b08bb4


#b08bb4 Border Color

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

This div border color is #b08bb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08bb4


Comments

No comments written yet.

Please login to write comment.