Color Hex Logo

#b60314 Color Hex

#B60314
(182,3,20)
0 Favorites   0 Comments

Color spaces of #b60314

RGB 182320
HSL0.980.970.36
HSV354°98°71°
CMYK 0.000.980.89   0.29
XYZ19.450210.06071.5786
Yxy10.06070.62560.3236
Hunter Lab31.718653.950619.2522
CIE-Lab37.951262.096644.2513

#b60314 color RGB value is (182,3,20).

#b60314 hex color red value is 182, green value is 3 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b60314 hue: 0.98 , saturation: 0.97 and the lightness value of b60314 is 0.36.

The process color (four color CMYK) of #b60314 color hex is 0.00, 0.98, 0.89, 0.29. Web safe color of #b60314 is #cc0000. Color #b60314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 00010100
Octal 266 3 24
Decimal 182 3 20
Hex B6 3 14

RGB Percentages of Color #b60314

%88.78
%1.46
%9.76

CMYK Percentages of Color #b60314

%0
%98
%89
%29

Triadic Colors of #b60314

#b60314 #14b603 #0314b6

Analogous Colors of #b60314

#b60314 #b64b03 #b6036e

Monochromatic Colors of #b60314

#b60314

Complementary Color

#b60314 #03b6a5

#b60314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60314 Color CSS Codes

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

#b60314 Text Font Color

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

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


#b60314 Background Color

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

This div background color is #b60314


#b60314 Border Color

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

This div border color is #b60314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,3,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b60314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b60314;
  -webkit-box-shadow: 1px 1px 3px 2px #b60314;
  box-shadow:         1px 1px 3px 2px #b60314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,3,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60314


Comments

No comments written yet.

Please login to write comment.