Color Hex Logo

#b81076 Color Hex

#B81076
(184,16,118)
0 Favorites   0 Comments

Color spaces of #b81076

RGB 18416118
HSL0.900.840.39
HSV324°91°72°
CMYK 0.000.910.36   0.28
XYZ23.222511.868918.2065
Yxy11.86890.43570.2227
Hunter Lab34.451360.0314-7.2172
CIE-Lab41.007066.8595-11.8961

#b81076 color RGB value is (184,16,118).

#b81076 hex color red value is 184, green value is 16 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b81076 hue: 0.90 , saturation: 0.84 and the lightness value of b81076 is 0.39.

The process color (four color CMYK) of #b81076 color hex is 0.00, 0.91, 0.36, 0.28. Web safe color of #b81076 is #cc0066. Color #b81076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010000 01110110
Octal 270 20 166
Decimal 184 16 118
Hex B8 10 76

RGB Percentages of Color #b81076

%57.86
%5.03
%37.11

CMYK Percentages of Color #b81076

%0
%91
%36
%28

Triadic Colors of #b81076

#b81076 #76b810 #1076b8

Analogous Colors of #b81076

#b81076 #b81022 #a610b8

Monochromatic Colors of #b81076

#b81076

Complementary Color

#b81076 #10b852

#b81076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81076 Color CSS Codes

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

#b81076 Text Font Color

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

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


#b81076 Background Color

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

This div background color is #b81076


#b81076 Border Color

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

This div border color is #b81076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81076


Comments

No comments written yet.

Please login to write comment.