Color Hex Logo

#b80214 Color Hex

#B80214
(184,2,20)
0 Favorites   0 Comments

Color spaces of #b80214

RGB 184220
HSL0.980.980.36
HSV354°99°72°
CMYK 0.000.990.89   0.28
XYZ19.915110.28431.5972
Yxy10.28430.62630.3234
Hunter Lab32.069154.728419.4955
CIE-Lab38.347962.715544.7446

#b80214 color RGB value is (184,2,20).

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

The process color (four color CMYK) of #b80214 color hex is 0.00, 0.99, 0.89, 0.28. Web safe color of #b80214 is #cc0000. Color #b80214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000010 00010100
Octal 270 2 24
Decimal 184 2 20
Hex B8 2 14

RGB Percentages of Color #b80214

%89.32
%0.97
%9.71

CMYK Percentages of Color #b80214

%0
%99
%89
%28

Triadic Colors of #b80214

#b80214 #14b802 #0214b8

Analogous Colors of #b80214

#b80214 #b84b02 #b8026f

Monochromatic Colors of #b80214

#b80214

Complementary Color

#b80214 #02b8a6

#b80214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80214 Color CSS Codes

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

#b80214 Text Font Color

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

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


#b80214 Background Color

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

This div background color is #b80214


#b80214 Border Color

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

This div border color is #b80214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80214


Comments

No comments written yet.

Please login to write comment.