Color Hex Logo

#b3808d Color Hex

#B3808D
(179,128,141)
0 Favorites   0 Comments

Color spaces of #b3808d

RGB 179128141
HSL0.960.250.60
HSV345°28°70°
CMYK 0.000.280.21   0.30
XYZ31.117326.945128.7602
Yxy26.94510.35840.3103
Hunter Lab51.908716.16393.4862
CIE-Lab58.923521.66130.8546

#b3808d color RGB value is (179,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 10001101
Octal 263 200 215
Decimal 179 128 141
Hex B3 80 8D

RGB Percentages of Color #b3808d

%39.96
%28.57
%31.47

CMYK Percentages of Color #b3808d

%0
%28
%21
%30

Triadic Colors of #b3808d

#b3808d #8db380 #808db3

Analogous Colors of #b3808d

#b3808d #b38d80 #b380a7

Monochromatic Colors of #b3808d

#b3808d

Complementary Color

#b3808d #80b3a6

#b3808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3808d Color CSS Codes

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

#b3808d Text Font Color

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

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


#b3808d Background Color

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

This div background color is #b3808d


#b3808d Border Color

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

This div border color is #b3808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3808d


Comments

No comments written yet.

Please login to write comment.