Color Hex Logo

#b5788a Color Hex

#B5788A
(181,120,138)
0 Favorites   0 Comments

Color spaces of #b5788a

RGB 181120138
HSL0.950.290.59
HSV342°34°71°
CMYK 0.000.340.24   0.29
XYZ30.360025.091727.2878
Yxy25.09170.36690.3033
Hunter Lab50.091620.52662.7654
CIE-Lab57.164726.42390.0505

#b5788a color RGB value is (181,120,138).

#b5788a hex color red value is 181, green value is 120 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b5788a hue: 0.95 , saturation: 0.29 and the lightness value of b5788a is 0.59.

The process color (four color CMYK) of #b5788a color hex is 0.00, 0.34, 0.24, 0.29. Web safe color of #b5788a is #cc6699. Color #b5788a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 10001010
Octal 265 170 212
Decimal 181 120 138
Hex B5 78 8A

RGB Percentages of Color #b5788a

%41.23
%27.33
%31.44

CMYK Percentages of Color #b5788a

%0
%34
%24
%29

Triadic Colors of #b5788a

#b5788a #8ab578 #788ab5

Analogous Colors of #b5788a

#b5788a #b58578 #b578a9

Monochromatic Colors of #b5788a

#b5788a

Complementary Color

#b5788a #78b5a3

#b5788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5788a Color CSS Codes

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

#b5788a Text Font Color

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

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


#b5788a Background Color

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

This div background color is #b5788a


#b5788a Border Color

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

This div border color is #b5788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5788a


Comments

No comments written yet.

Please login to write comment.