Color Hex Logo

#b3908a Color Hex

#B3908A
(179,144,138)
0 Favorites   0 Comments

Color spaces of #b3908a

RGB 179144138
HSL0.020.210.62
HSV23°70°
CMYK 0.000.200.23   0.30
XYZ33.151131.365228.3516
Yxy31.36520.35700.3377
Hunter Lab56.00467.65229.1885
CIE-Lab62.814712.23868.1742

#b3908a color RGB value is (179,144,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 10001010
Octal 263 220 212
Decimal 179 144 138
Hex B3 90 8A

RGB Percentages of Color #b3908a

%38.83
%31.24
%29.93

CMYK Percentages of Color #b3908a

%0
%20
%23
%30

Triadic Colors of #b3908a

#b3908a #8ab390 #908ab3

Analogous Colors of #b3908a

#b3908a #b3a58a #b38a99

Monochromatic Colors of #b3908a

#b3908a

Complementary Color

#b3908a #8aadb3

#b3908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3908a Color CSS Codes

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

#b3908a Text Font Color

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

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


#b3908a Background Color

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

This div background color is #b3908a


#b3908a Border Color

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

This div border color is #b3908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3908a


Comments

No comments written yet.

Please login to write comment.