Color Hex Logo

#b07daa Color Hex

#B07DAA
(176,125,170)
0 Favorites   0 Comments

Color spaces of #b07daa

RGB 176125170
HSL0.850.240.59
HSV307°29°69°
CMYK 0.000.290.03   0.31
XYZ32.493826.799641.4904
Yxy26.79960.32240.2659
Hunter Lab51.768321.4458-11.2809
CIE-Lab58.788427.2518-16.0516

#b07daa color RGB value is (176,125,170).

#b07daa hex color red value is 176, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b07daa hue: 0.85 , saturation: 0.24 and the lightness value of b07daa is 0.59.

The process color (four color CMYK) of #b07daa color hex is 0.00, 0.29, 0.03, 0.31. Web safe color of #b07daa is #996699. Color #b07daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111101 10101010
Octal 260 175 252
Decimal 176 125 170
Hex B0 7D AA

RGB Percentages of Color #b07daa

%37.37
%26.54
%36.09

CMYK Percentages of Color #b07daa

%0
%29
%3
%31

Triadic Colors of #b07daa

#b07daa #aab07d #7daab0

Analogous Colors of #b07daa

#b07daa #b07d91 #9d7db0

Monochromatic Colors of #b07daa

#b07daa

Complementary Color

#b07daa #7db083

#b07daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07daa Color CSS Codes

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

#b07daa Text Font Color

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

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


#b07daa Background Color

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

This div background color is #b07daa


#b07daa Border Color

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

This div border color is #b07daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07daa


Comments

No comments written yet.

Please login to write comment.