Color Hex Logo

#b8525f Color Hex

#B8525F
(184,82,95)
0 Favorites   0 Comments

Color spaces of #b8525f

RGB 1848295
HSL0.980.420.52
HSV352°55°72°
CMYK 0.000.550.48   0.28
XYZ24.850017.051212.8079
Yxy17.05120.45420.3117
Hunter Lab41.293135.157610.5152
CIE-Lab48.324542.456512.9096

#b8525f color RGB value is (184,82,95).

#b8525f hex color red value is 184, green value is 82 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b8525f hue: 0.98 , saturation: 0.42 and the lightness value of b8525f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 01011111
Octal 270 122 137
Decimal 184 82 95
Hex B8 52 5F

RGB Percentages of Color #b8525f

%50.97
%22.71
%26.32

CMYK Percentages of Color #b8525f

%0
%55
%48
%28

Triadic Colors of #b8525f

#b8525f #5fb852 #525fb8

Analogous Colors of #b8525f

#b8525f #b87852 #b85292

Monochromatic Colors of #b8525f

#b8525f

Complementary Color

#b8525f #52b8ab

#b8525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8525f Color CSS Codes

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

#b8525f Text Font Color

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

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


#b8525f Background Color

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

This div background color is #b8525f


#b8525f Border Color

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

This div border color is #b8525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8525f


Comments

No comments written yet.

Please login to write comment.