Color Hex Logo

#b48690 Color Hex

#B48690
(180,134,144)
0 Favorites   0 Comments

Color spaces of #b48690

RGB 180134144
HSL0.960.230.62
HSV347°26°71°
CMYK 0.000.260.20   0.29
XYZ32.381528.767130.2315
Yxy28.76710.35440.3148
Hunter Lab53.635013.90614.1255
CIE-Lab60.575519.14531.5510

#b48690 color RGB value is (180,134,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 10010000
Octal 264 206 220
Decimal 180 134 144
Hex B4 86 90

RGB Percentages of Color #b48690

%39.30
%29.26
%31.44

CMYK Percentages of Color #b48690

%0
%26
%20
%29

Triadic Colors of #b48690

#b48690 #90b486 #8690b4

Analogous Colors of #b48690

#b48690 #b49386 #b486a7

Monochromatic Colors of #b48690

#b48690

Complementary Color

#b48690 #86b4aa

#b48690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48690 Color CSS Codes

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

#b48690 Text Font Color

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

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


#b48690 Background Color

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

This div background color is #b48690


#b48690 Border Color

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

This div border color is #b48690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48690


Comments

No comments written yet.

Please login to write comment.