Color Hex Logo

#b90514 Color Hex

#B90514
(185,5,20)
0 Favorites   0 Comments

Color spaces of #b90514

RGB 185520
HSL0.990.950.37
HSV355°97°73°
CMYK 0.000.970.89   0.27
XYZ20.188110.47331.6193
Yxy10.47330.62540.3244
Hunter Lab32.362554.716119.6871
CIE-Lab38.678862.640045.0904

#b90514 color RGB value is (185,5,20).

#b90514 hex color red value is 185, green value is 5 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b90514 hue: 0.99 , saturation: 0.95 and the lightness value of b90514 is 0.37.

The process color (four color CMYK) of #b90514 color hex is 0.00, 0.97, 0.89, 0.27. Web safe color of #b90514 is #cc0000. Color #b90514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000101 00010100
Octal 271 5 24
Decimal 185 5 20
Hex B9 5 14

RGB Percentages of Color #b90514

%88.10
%2.38
%9.52

CMYK Percentages of Color #b90514

%0
%97
%89
%27

Triadic Colors of #b90514

#b90514 #14b905 #0514b9

Analogous Colors of #b90514

#b90514 #b95005 #b9056e

Monochromatic Colors of #b90514

#b90514

Complementary Color

#b90514 #05b9aa

#b90514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90514 Color CSS Codes

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

#b90514 Text Font Color

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

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


#b90514 Background Color

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

This div background color is #b90514


#b90514 Border Color

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

This div border color is #b90514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90514


Comments

No comments written yet.

Please login to write comment.