Color Hex Logo

#b85259 Color Hex

#B85259
(184,82,89)
0 Favorites   0 Comments

Color spaces of #b85259

RGB 1848289
HSL0.990.420.52
HSV356°55°72°
CMYK 0.000.550.52   0.28
XYZ24.587616.946211.4262
Yxy16.94620.46430.3200
Hunter Lab41.165834.574912.3592
CIE-Lab48.192241.897516.3402

#b85259 color RGB value is (184,82,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 01011001
Octal 270 122 131
Decimal 184 82 89
Hex B8 52 59

RGB Percentages of Color #b85259

%51.83
%23.10
%25.07

CMYK Percentages of Color #b85259

%0
%55
%52
%28

Triadic Colors of #b85259

#b85259 #59b852 #5259b8

Analogous Colors of #b85259

#b85259 #b87e52 #b8528c

Monochromatic Colors of #b85259

#b85259

Complementary Color

#b85259 #52b8b1

#b85259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85259 Color CSS Codes

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

#b85259 Text Font Color

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

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


#b85259 Background Color

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

This div background color is #b85259


#b85259 Border Color

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

This div border color is #b85259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85259


Comments

No comments written yet.

Please login to write comment.