Color Hex Logo

#b48390 Color Hex

#B48390
(180,131,144)
0 Favorites   0 Comments

Color spaces of #b48390

RGB 180131144
HSL0.960.250.61
HSV344°27°71°
CMYK 0.000.270.20   0.29
XYZ31.972727.949530.0952
Yxy27.94950.35520.3105
Hunter Lab52.867315.43423.2557
CIE-Lab59.843120.82670.4846

#b48390 color RGB value is (180,131,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000011 10010000
Octal 264 203 220
Decimal 180 131 144
Hex B4 83 90

RGB Percentages of Color #b48390

%39.56
%28.79
%31.65

CMYK Percentages of Color #b48390

%0
%27
%20
%29

Triadic Colors of #b48390

#b48390 #90b483 #8390b4

Analogous Colors of #b48390

#b48390 #b48f83 #b483a9

Monochromatic Colors of #b48390

#b48390

Complementary Color

#b48390 #83b4a7

#b48390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48390 Color CSS Codes

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

#b48390 Text Font Color

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

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


#b48390 Background Color

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

This div background color is #b48390


#b48390 Border Color

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

This div border color is #b48390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48390


Comments

No comments written yet.

Please login to write comment.