Color Hex Logo

#bb514c Color Hex

#BB514C
(187,81,76)
0 Favorites   0 Comments

Color spaces of #bb514c

RGB 1878176
HSL0.010.450.52
HSV59°73°
CMYK 0.000.570.59   0.27
XYZ24.740516.97158.8093
Yxy16.97150.48970.3359
Hunter Lab41.196535.104116.1592
CIE-Lab48.224142.418924.2297

#bb514c color RGB value is (187,81,76).

#bb514c hex color red value is 187, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb514c hue: 0.01 , saturation: 0.45 and the lightness value of bb514c is 0.52.

The process color (four color CMYK) of #bb514c color hex is 0.00, 0.57, 0.59, 0.27. Web safe color of #bb514c is #cc6633. Color #bb514c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 01001100
Octal 273 121 114
Decimal 187 81 76
Hex BB 51 4C

RGB Percentages of Color #bb514c

%54.36
%23.55
%22.09

CMYK Percentages of Color #bb514c

%0
%57
%59
%27

Triadic Colors of #bb514c

#bb514c #4cbb51 #514cbb

Analogous Colors of #bb514c

#bb514c #bb894c #bb4c7f

Monochromatic Colors of #bb514c

#bb514c

Complementary Color

#bb514c #4cb6bb

#bb514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb514c Color CSS Codes

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

#bb514c Text Font Color

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

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


#bb514c Background Color

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

This div background color is #bb514c


#bb514c Border Color

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

This div border color is #bb514c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,81,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb514c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb514c;
  -webkit-box-shadow: 1px 1px 3px 2px #bb514c;
  box-shadow:         1px 1px 3px 2px #bb514c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,81,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb514c


Comments

No comments written yet.

Please login to write comment.