Color Hex Logo

#b7858c Color Hex

#B7858C
(183,133,140)
0 Favorites   0 Comments

Color spaces of #b7858c

RGB 183133140
HSL0.980.260.62
HSV352°27°72°
CMYK 0.000.270.23   0.28
XYZ32.649628.735828.6367
Yxy28.73580.36270.3192
Hunter Lab53.605814.90865.8508
CIE-Lab60.547720.22623.8390

#b7858c color RGB value is (183,133,140).

#b7858c hex color red value is 183, green value is 133 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b7858c hue: 0.98 , saturation: 0.26 and the lightness value of b7858c is 0.62.

The process color (four color CMYK) of #b7858c color hex is 0.00, 0.27, 0.23, 0.28. Web safe color of #b7858c is #cc9999. Color #b7858c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000101 10001100
Octal 267 205 214
Decimal 183 133 140
Hex B7 85 8C

RGB Percentages of Color #b7858c

%40.13
%29.17
%30.70

CMYK Percentages of Color #b7858c

%0
%27
%23
%28

Triadic Colors of #b7858c

#b7858c #8cb785 #858cb7

Analogous Colors of #b7858c

#b7858c #b79785 #b785a5

Monochromatic Colors of #b7858c

#b7858c

Complementary Color

#b7858c #85b7b0

#b7858c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7858c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7858c Color CSS Codes

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

#b7858c Text Font Color

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

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


#b7858c Background Color

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

This div background color is #b7858c


#b7858c Border Color

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

This div border color is #b7858c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7858c


Comments

No comments written yet.

Please login to write comment.