Color Hex Logo

#b38099 Color Hex

#B38099
(179,128,153)
0 Favorites   0 Comments

Color spaces of #b38099

RGB 179128153
HSL0.920.250.60
HSV331°28°70°
CMYK 0.000.280.15   0.30
XYZ32.059327.322033.7209
Yxy27.32200.34430.2935
Hunter Lab52.270518.0070-1.6601
CIE-Lab59.271223.6054-5.5362

#b38099 color RGB value is (179,128,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 10011001
Octal 263 200 231
Decimal 179 128 153
Hex B3 80 99

RGB Percentages of Color #b38099

%38.91
%27.83
%33.26

CMYK Percentages of Color #b38099

%0
%28
%15
%30

Triadic Colors of #b38099

#b38099 #99b380 #8099b3

Analogous Colors of #b38099

#b38099 #b38180 #b380b3

Monochromatic Colors of #b38099

#b38099

Complementary Color

#b38099 #80b39a

#b38099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38099 Color CSS Codes

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

#b38099 Text Font Color

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

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


#b38099 Background Color

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

This div background color is #b38099


#b38099 Border Color

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

This div border color is #b38099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38099


Comments

No comments written yet.

Please login to write comment.