Color Hex Logo

#b37dab Color Hex

#B37DAB
(179,125,171)
0 Favorites   0 Comments

Color spaces of #b37dab

RGB 179125171
HSL0.860.260.60
HSV309°30°70°
CMYK 0.000.300.04   0.30
XYZ33.274727.191242.0227
Yxy27.19120.32470.2653
Hunter Lab52.145222.6497-11.2789
CIE-Lab59.150928.4678-16.0440

#b37dab color RGB value is (179,125,171).

#b37dab hex color red value is 179, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b37dab hue: 0.86 , saturation: 0.26 and the lightness value of b37dab is 0.60.

The process color (four color CMYK) of #b37dab color hex is 0.00, 0.30, 0.04, 0.30. Web safe color of #b37dab is #cc6699. Color #b37dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 10101011
Octal 263 175 253
Decimal 179 125 171
Hex B3 7D AB

RGB Percentages of Color #b37dab

%37.68
%26.32
%36.00

CMYK Percentages of Color #b37dab

%0
%30
%4
%30

Triadic Colors of #b37dab

#b37dab #abb37d #7dabb3

Analogous Colors of #b37dab

#b37dab #b37d90 #a07db3

Monochromatic Colors of #b37dab

#b37dab

Complementary Color

#b37dab #7db385

#b37dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dab Color CSS Codes

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

#b37dab Text Font Color

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

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


#b37dab Background Color

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

This div background color is #b37dab


#b37dab Border Color

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

This div border color is #b37dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dab


Comments

No comments written yet.

Please login to write comment.