Color Hex Logo

#b38bae Color Hex

#B38BAE
(179,139,174)
0 Favorites   0 Comments

Color spaces of #b38bae

RGB 179139174
HSL0.850.210.62
HSV308°22°70°
CMYK 0.000.220.03   0.30
XYZ35.463031.104944.1791
Yxy31.10490.32020.2809
Hunter Lab55.771815.9003-7.9258
CIE-Lab62.596121.1794-12.5533

#b38bae color RGB value is (179,139,174).

#b38bae hex color red value is 179, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b38bae hue: 0.85 , saturation: 0.21 and the lightness value of b38bae is 0.62.

The process color (four color CMYK) of #b38bae color hex is 0.00, 0.22, 0.03, 0.30. Web safe color of #b38bae is #cc9999. Color #b38bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 10101110
Octal 263 213 256
Decimal 179 139 174
Hex B3 8B AE

RGB Percentages of Color #b38bae

%36.38
%28.25
%35.37

CMYK Percentages of Color #b38bae

%0
%22
%3
%30

Triadic Colors of #b38bae

#b38bae #aeb38b #8baeb3

Analogous Colors of #b38bae

#b38bae #b38b9a #a48bb3

Monochromatic Colors of #b38bae

#b38bae

Complementary Color

#b38bae #8bb390

#b38bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bae Color CSS Codes

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

#b38bae Text Font Color

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

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


#b38bae Background Color

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

This div background color is #b38bae


#b38bae Border Color

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

This div border color is #b38bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bae


Comments

No comments written yet.

Please login to write comment.