Color Hex Logo

#b58384 Color Hex

#B58384
(181,131,132)
0 Favorites   0 Comments

Color spaces of #b58384

RGB 181131132
HSL1.000.250.61
HSV359°28°71°
CMYK 0.000.280.27   0.29
XYZ31.337227.722325.5291
Yxy27.72230.37050.3277
Hunter Lab52.652014.09808.1087
CIE-Lab59.637019.39557.0825

#b58384 color RGB value is (181,131,132).

#b58384 hex color red value is 181, green value is 131 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b58384 hue: 1.00 , saturation: 0.25 and the lightness value of b58384 is 0.61.

The process color (four color CMYK) of #b58384 color hex is 0.00, 0.28, 0.27, 0.29. Web safe color of #b58384 is #cc9999. Color #b58384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 10000100
Octal 265 203 204
Decimal 181 131 132
Hex B5 83 84

RGB Percentages of Color #b58384

%40.77
%29.50
%29.73

CMYK Percentages of Color #b58384

%0
%28
%27
%29

Triadic Colors of #b58384

#b58384 #84b583 #8384b5

Analogous Colors of #b58384

#b58384 #b59b83 #b5839d

Monochromatic Colors of #b58384

#b58384

Complementary Color

#b58384 #83b5b4

#b58384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58384 Color CSS Codes

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

#b58384 Text Font Color

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

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


#b58384 Background Color

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

This div background color is #b58384


#b58384 Border Color

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

This div border color is #b58384


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,131,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58384


Comments

No comments written yet.

Please login to write comment.