Color Hex Logo

#b38a95 Color Hex

#B38A95
(179,138,149)
0 Favorites   0 Comments

Color spaces of #b38a95

RGB 179138149
HSL0.960.210.62
HSV344°23°70°
CMYK 0.000.230.17   0.30
XYZ33.103729.930632.4662
Yxy29.93060.34660.3134
Hunter Lab54.708912.26783.1114
CIE-Lab61.594317.33120.1687

#b38a95 color RGB value is (179,138,149).

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

The process color (four color CMYK) of #b38a95 color hex is 0.00, 0.23, 0.17, 0.30. Web safe color of #b38a95 is #cc9999. Color #b38a95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 10010101
Octal 263 212 225
Decimal 179 138 149
Hex B3 8A 95

RGB Percentages of Color #b38a95

%38.41
%29.61
%31.97

CMYK Percentages of Color #b38a95

%0
%23
%17
%30

Triadic Colors of #b38a95

#b38a95 #95b38a #8a95b3

Analogous Colors of #b38a95

#b38a95 #b3948a #b38aaa

Monochromatic Colors of #b38a95

#b38a95

Complementary Color

#b38a95 #8ab3a8

#b38a95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38a95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38a95 Color CSS Codes

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

#b38a95 Text Font Color

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

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


#b38a95 Background Color

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

This div background color is #b38a95


#b38a95 Border Color

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

This div border color is #b38a95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38a95


Comments

No comments written yet.

Please login to write comment.