Color Hex Logo

#b38cae Color Hex

#B38CAE
(179,140,174)
0 Favorites   0 Comments

Color spaces of #b38cae

RGB 179140174
HSL0.850.200.63
HSV308°22°70°
CMYK 0.000.220.03   0.30
XYZ35.608531.395944.2276
Yxy31.39590.32010.2823
Hunter Lab56.032015.3811-7.5768
CIE-Lab62.840420.6179-12.1862

#b38cae color RGB value is (179,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001100 10101110
Octal 263 214 256
Decimal 179 140 174
Hex B3 8C AE

RGB Percentages of Color #b38cae

%36.31
%28.40
%35.29

CMYK Percentages of Color #b38cae

%0
%22
%3
%30

Triadic Colors of #b38cae

#b38cae #aeb38c #8caeb3

Analogous Colors of #b38cae

#b38cae #b38c9b #a58cb3

Monochromatic Colors of #b38cae

#b38cae

Complementary Color

#b38cae #8cb391

#b38cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38cae Color CSS Codes

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

#b38cae Text Font Color

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

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


#b38cae Background Color

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

This div background color is #b38cae


#b38cae Border Color

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

This div border color is #b38cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38cae


Comments

No comments written yet.

Please login to write comment.