Color Hex Logo

#b8586e Color Hex

#B8586E
(184,88,110)
0 Favorites   0 Comments

Color spaces of #b8586e

RGB 18488110
HSL0.960.400.53
HSV346°52°72°
CMYK 0.000.520.40   0.28
XYZ26.071418.295616.9091
Yxy18.29560.42550.2986
Hunter Lab42.773433.94676.5029
CIE-Lab49.852741.02406.0371

#b8586e color RGB value is (184,88,110).

#b8586e hex color red value is 184, green value is 88 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b8586e hue: 0.96 , saturation: 0.40 and the lightness value of b8586e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 01101110
Octal 270 130 156
Decimal 184 88 110
Hex B8 58 6E

RGB Percentages of Color #b8586e

%48.17
%23.04
%28.80

CMYK Percentages of Color #b8586e

%0
%52
%40
%28

Triadic Colors of #b8586e

#b8586e #6eb858 #586eb8

Analogous Colors of #b8586e

#b8586e #b87258 #b8589e

Monochromatic Colors of #b8586e

#b8586e

Complementary Color

#b8586e #58b8a2

#b8586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8586e Color CSS Codes

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

#b8586e Text Font Color

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

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


#b8586e Background Color

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

This div background color is #b8586e


#b8586e Border Color

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

This div border color is #b8586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8586e


Comments

No comments written yet.

Please login to write comment.