Color Hex Logo

#b3869d Color Hex

#B3869D
(179,134,157)
0 Favorites   0 Comments

Color spaces of #b3869d

RGB 179134157
HSL0.910.230.61
HSV329°25°70°
CMYK 0.000.250.12   0.30
XYZ33.201329.068235.7591
Yxy29.06820.33870.2965
Hunter Lab53.914915.5708-1.5837
CIE-Lab60.841820.9202-5.5014

#b3869d color RGB value is (179,134,157).

#b3869d hex color red value is 179, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b3869d hue: 0.91 , saturation: 0.23 and the lightness value of b3869d is 0.61.

The process color (four color CMYK) of #b3869d color hex is 0.00, 0.25, 0.12, 0.30. Web safe color of #b3869d is #cc9999. Color #b3869d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 10011101
Octal 263 206 235
Decimal 179 134 157
Hex B3 86 9D

RGB Percentages of Color #b3869d

%38.09
%28.51
%33.40

CMYK Percentages of Color #b3869d

%0
%25
%12
%30

Triadic Colors of #b3869d

#b3869d #9db386 #869db3

Analogous Colors of #b3869d

#b3869d #b38687 #b386b3

Monochromatic Colors of #b3869d

#b3869d

Complementary Color

#b3869d #86b39c

#b3869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3869d Color CSS Codes

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

#b3869d Text Font Color

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

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


#b3869d Background Color

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

This div background color is #b3869d


#b3869d Border Color

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

This div border color is #b3869d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3869d


Comments

No comments written yet.

Please login to write comment.