Color Hex Logo

#b77982 Color Hex

#B77982
(183,121,130)
0 Favorites   0 Comments

Color spaces of #b77982

RGB 183121130
HSL0.980.300.60
HSV351°34°72°
CMYK 0.000.340.29   0.28
XYZ30.395125.353724.4109
Yxy25.35370.37920.3163
Hunter Lab50.352519.63426.5029
CIE-Lab57.418425.46175.0849

#b77982 color RGB value is (183,121,130).

#b77982 hex color red value is 183, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b77982 hue: 0.98 , saturation: 0.30 and the lightness value of b77982 is 0.60.

The process color (four color CMYK) of #b77982 color hex is 0.00, 0.34, 0.29, 0.28. Web safe color of #b77982 is #cc6699. Color #b77982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 10000010
Octal 267 171 202
Decimal 183 121 130
Hex B7 79 82

RGB Percentages of Color #b77982

%42.17
%27.88
%29.95

CMYK Percentages of Color #b77982

%0
%34
%29
%28

Triadic Colors of #b77982

#b77982 #82b779 #7982b7

Analogous Colors of #b77982

#b77982 #b78f79 #b779a1

Monochromatic Colors of #b77982

#b77982

Complementary Color

#b77982 #79b7ae

#b77982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77982 Color CSS Codes

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

#b77982 Text Font Color

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

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


#b77982 Background Color

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

This div background color is #b77982


#b77982 Border Color

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

This div border color is #b77982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,121,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b77982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b77982;
  -webkit-box-shadow: 1px 1px 3px 2px #b77982;
  box-shadow:         1px 1px 3px 2px #b77982; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,121,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77982


Comments

No comments written yet.

Please login to write comment.