Color Hex Logo

#b75257 Color Hex

#B75257
(183,82,87)
0 Favorites   0 Comments

Color spaces of #b75257

RGB 1838287
HSL0.990.410.52
HSV357°55°72°
CMYK 0.000.550.52   0.28
XYZ24.266016.790010.9787
Yxy16.79000.46630.3227
Hunter Lab40.975634.001512.7972
CIE-Lab47.994341.355117.2471

#b75257 color RGB value is (183,82,87).

#b75257 hex color red value is 183, green value is 82 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b75257 hue: 0.99 , saturation: 0.41 and the lightness value of b75257 is 0.52.

The process color (four color CMYK) of #b75257 color hex is 0.00, 0.55, 0.52, 0.28. Web safe color of #b75257 is #cc6666. Color #b75257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 01010111
Octal 267 122 127
Decimal 183 82 87
Hex B7 52 57

RGB Percentages of Color #b75257

%51.99
%23.30
%24.72

CMYK Percentages of Color #b75257

%0
%55
%52
%28

Triadic Colors of #b75257

#b75257 #57b752 #5257b7

Analogous Colors of #b75257

#b75257 #b78052 #b7528a

Monochromatic Colors of #b75257

#b75257

Complementary Color

#b75257 #52b7b2

#b75257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75257 Color CSS Codes

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

#b75257 Text Font Color

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

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


#b75257 Background Color

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

This div background color is #b75257


#b75257 Border Color

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

This div border color is #b75257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75257


Comments

No comments written yet.

Please login to write comment.