Color Hex Logo

#b3767d Color Hex

#B3767D
(179,118,125)
0 Favorites   0 Comments

Color spaces of #b3767d

RGB 179118125
HSL0.980.290.58
HSV353°34°70°
CMYK 0.000.340.30   0.30
XYZ28.770524.021222.5222
Yxy24.02120.38200.3189
Hunter Lab49.011419.01247.0625
CIE-Lab56.109024.90206.0453

#b3767d color RGB value is (179,118,125).

#b3767d hex color red value is 179, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b3767d hue: 0.98 , saturation: 0.29 and the lightness value of b3767d is 0.58.

The process color (four color CMYK) of #b3767d color hex is 0.00, 0.34, 0.30, 0.30. Web safe color of #b3767d is #cc6666. Color #b3767d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 01111101
Octal 263 166 175
Decimal 179 118 125
Hex B3 76 7D

RGB Percentages of Color #b3767d

%42.42
%27.96
%29.62

CMYK Percentages of Color #b3767d

%0
%34
%30
%30

Triadic Colors of #b3767d

#b3767d #7db376 #767db3

Analogous Colors of #b3767d

#b3767d #b38e76 #b3769c

Monochromatic Colors of #b3767d

#b3767d

Complementary Color

#b3767d #76b3ac

#b3767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3767d Color CSS Codes

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

#b3767d Text Font Color

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

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


#b3767d Background Color

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

This div background color is #b3767d


#b3767d Border Color

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

This div border color is #b3767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3767d


Comments

No comments written yet.

Please login to write comment.