Color Hex Logo

#b4586f Color Hex

#B4586F
(180,88,111)
0 Favorites   0 Comments

Color spaces of #b4586f

RGB 18088111
HSL0.960.380.53
HSV345°51°71°
CMYK 0.000.510.38   0.29
XYZ25.181417.830417.1533
Yxy17.83040.41850.2964
Hunter Lab42.226132.55245.4731
CIE-Lab49.289839.71084.5514

#b4586f color RGB value is (180,88,111).

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

The process color (four color CMYK) of #b4586f color hex is 0.00, 0.51, 0.38, 0.29. Web safe color of #b4586f is #cc6666. Color #b4586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 01101111
Octal 264 130 157
Decimal 180 88 111
Hex B4 58 6F

RGB Percentages of Color #b4586f

%47.49
%23.22
%29.29

CMYK Percentages of Color #b4586f

%0
%51
%38
%29

Triadic Colors of #b4586f

#b4586f #6fb458 #586fb4

Analogous Colors of #b4586f

#b4586f #b46f58 #b4589d

Monochromatic Colors of #b4586f

#b4586f

Complementary Color

#b4586f #58b49d

#b4586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4586f Color CSS Codes

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

#b4586f Text Font Color

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

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


#b4586f Background Color

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

This div background color is #b4586f


#b4586f Border Color

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

This div border color is #b4586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4586f


Comments

No comments written yet.

Please login to write comment.