Color Hex Logo

#b2060e Color Hex

#B2060E
(178,6,14)
0 Favorites   0 Comments

Color spaces of #b2060e

RGB 178614
HSL0.990.930.36
HSV357°97°70°
CMYK 0.000.970.92   0.30
XYZ18.50459.62691.2984
Yxy9.62690.62880.3271
Hunter Lab31.027252.158919.2380
CIE-Lab37.164360.633245.9700

#b2060e color RGB value is (178,6,14).

#b2060e hex color red value is 178, green value is 6 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b2060e hue: 0.99 , saturation: 0.93 and the lightness value of b2060e is 0.36.

The process color (four color CMYK) of #b2060e color hex is 0.00, 0.97, 0.92, 0.30. Web safe color of #b2060e is #990000. Color #b2060e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000110 00001110
Octal 262 6 16
Decimal 178 6 14
Hex B2 6 E

RGB Percentages of Color #b2060e

%89.90
%3.03
%7.07

CMYK Percentages of Color #b2060e

%0
%97
%92
%30

Triadic Colors of #b2060e

#b2060e #0eb206 #060eb2

Analogous Colors of #b2060e

#b2060e #b25406 #b20664

Monochromatic Colors of #b2060e

#b2060e

Complementary Color

#b2060e #06b2aa

#b2060e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2060e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2060e Color CSS Codes

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

#b2060e Text Font Color

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

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


#b2060e Background Color

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

This div background color is #b2060e


#b2060e Border Color

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

This div border color is #b2060e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,6,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2060e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2060e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2060e;
  box-shadow:         1px 1px 3px 2px #b2060e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,6,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2060e


Comments

No comments written yet.

Please login to write comment.