Color Hex Logo

#b7807c Color Hex

#B7807C
(183,128,124)
0 Favorites   0 Comments

Color spaces of #b7807c

RGB 183128124
HSL0.010.290.60
HSV32°72°
CMYK 0.000.300.32   0.28
XYZ30.885726.960922.6449
Yxy26.96090.38370.3350
Hunter Lab51.923915.309710.4893
CIE-Lab58.938120.741110.7086

#b7807c color RGB value is (183,128,124).

#b7807c hex color red value is 183, green value is 128 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b7807c hue: 0.01 , saturation: 0.29 and the lightness value of b7807c is 0.60.

The process color (four color CMYK) of #b7807c color hex is 0.00, 0.30, 0.32, 0.28. Web safe color of #b7807c is #cc9966. Color #b7807c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000000 01111100
Octal 267 200 174
Decimal 183 128 124
Hex B7 80 7C

RGB Percentages of Color #b7807c

%42.07
%29.43
%28.51

CMYK Percentages of Color #b7807c

%0
%30
%32
%28

Triadic Colors of #b7807c

#b7807c #7cb780 #807cb7

Analogous Colors of #b7807c

#b7807c #b79e7c #b77c96

Monochromatic Colors of #b7807c

#b7807c

Complementary Color

#b7807c #7cb3b7

#b7807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7807c Color CSS Codes

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

#b7807c Text Font Color

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

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


#b7807c Background Color

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

This div background color is #b7807c


#b7807c Border Color

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

This div border color is #b7807c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7807c


Comments

No comments written yet.

Please login to write comment.