Color Hex Logo

#b4086e Color Hex

#B4086E
(180,8,110)
0 Favorites   0 Comments

Color spaces of #b4086e

RGB 1808110
HSL0.900.910.37
HSV324°96°71°
CMYK 0.000.960.39   0.29
XYZ21.723711.002815.7306
Yxy11.00280.44830.2271
Hunter Lab33.170558.8533-4.8981
CIE-Lab39.585266.1132-9.1077

#b4086e color RGB value is (180,8,110).

#b4086e hex color red value is 180, green value is 8 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4086e hue: 0.90 , saturation: 0.91 and the lightness value of b4086e is 0.37.

The process color (four color CMYK) of #b4086e color hex is 0.00, 0.96, 0.39, 0.29. Web safe color of #b4086e is #cc0066. Color #b4086e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 01101110
Octal 264 10 156
Decimal 180 8 110
Hex B4 8 6E

RGB Percentages of Color #b4086e

%60.40
%2.68
%36.91

CMYK Percentages of Color #b4086e

%0
%96
%39
%29

Triadic Colors of #b4086e

#b4086e #6eb408 #086eb4

Analogous Colors of #b4086e

#b4086e #b40818 #a408b4

Monochromatic Colors of #b4086e

#b4086e

Complementary Color

#b4086e #08b44e

#b4086e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4086e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4086e Color CSS Codes

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

#b4086e Text Font Color

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

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


#b4086e Background Color

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

This div background color is #b4086e


#b4086e Border Color

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

This div border color is #b4086e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,8,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 #b4086e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4086e


Comments

No comments written yet.

Please login to write comment.