Color Hex Logo

#b48099 Color Hex

#B48099
(180,128,153)
0 Favorites   0 Comments

Color spaces of #b48099

RGB 180128153
HSL0.920.260.60
HSV331°29°71°
CMYK 0.000.290.15   0.29
XYZ32.291327.441533.7318
Yxy27.44150.34550.2936
Hunter Lab52.384618.3591-1.5091
CIE-Lab59.380823.9706-5.3618

#b48099 color RGB value is (180,128,153).

#b48099 hex color red value is 180, green value is 128 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b48099 hue: 0.92 , saturation: 0.26 and the lightness value of b48099 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 10011001
Octal 264 200 231
Decimal 180 128 153
Hex B4 80 99

RGB Percentages of Color #b48099

%39.05
%27.77
%33.19

CMYK Percentages of Color #b48099

%0
%29
%15
%29

Triadic Colors of #b48099

#b48099 #99b480 #8099b4

Analogous Colors of #b48099

#b48099 #b48180 #b480b3

Monochromatic Colors of #b48099

#b48099

Complementary Color

#b48099 #80b49b

#b48099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48099 Color CSS Codes

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

#b48099 Text Font Color

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

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


#b48099 Background Color

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

This div background color is #b48099


#b48099 Border Color

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

This div border color is #b48099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48099


Comments

No comments written yet.

Please login to write comment.