Color Hex Logo

#b90219 Color Hex

#B90219
(185,2,25)
0 Favorites   0 Comments

Color spaces of #b90219

RGB 185225
HSL0.980.980.37
HSV352°99°73°
CMYK 0.000.990.86   0.27
XYZ20.204810.42791.8676
Yxy10.42790.62170.3209
Hunter Lab32.292355.173419.1756
CIE-Lab38.599763.063342.5586

#b90219 color RGB value is (185,2,25).

#b90219 hex color red value is 185, green value is 2 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b90219 hue: 0.98 , saturation: 0.98 and the lightness value of b90219 is 0.37.

The process color (four color CMYK) of #b90219 color hex is 0.00, 0.99, 0.86, 0.27. Web safe color of #b90219 is #cc0000. Color #b90219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000010 00011001
Octal 271 2 31
Decimal 185 2 25
Hex B9 2 19

RGB Percentages of Color #b90219

%87.26
%0.94
%11.79

CMYK Percentages of Color #b90219

%0
%99
%86
%27

Triadic Colors of #b90219

#b90219 #19b902 #0219b9

Analogous Colors of #b90219

#b90219 #b94602 #b90275

Monochromatic Colors of #b90219

#b90219

Complementary Color

#b90219 #02b9a2

#b90219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90219 Color CSS Codes

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

#b90219 Text Font Color

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

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


#b90219 Background Color

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

This div background color is #b90219


#b90219 Border Color

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

This div border color is #b90219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90219


Comments

No comments written yet.

Please login to write comment.