Color Hex Logo

#b90828 Color Hex

#B90828
(185,8,40)
0 Favorites   0 Comments

Color spaces of #b90828

RGB 185840
HSL0.970.920.38
HSV349°96°73°
CMYK 0.000.960.78   0.27
XYZ20.477410.64122.9822
Yxy10.64120.60050.3121
Hunter Lab32.620954.965017.4143
CIE-Lab38.969562.805534.4881

#b90828 color RGB value is (185,8,40).

#b90828 hex color red value is 185, green value is 8 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b90828 hue: 0.97 , saturation: 0.92 and the lightness value of b90828 is 0.38.

The process color (four color CMYK) of #b90828 color hex is 0.00, 0.96, 0.78, 0.27. Web safe color of #b90828 is #cc0033. Color #b90828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001000 00101000
Octal 271 10 50
Decimal 185 8 40
Hex B9 8 28

RGB Percentages of Color #b90828

%79.40
%3.43
%17.17

CMYK Percentages of Color #b90828

%0
%96
%78
%27

Triadic Colors of #b90828

#b90828 #28b908 #0828b9

Analogous Colors of #b90828

#b90828 #b94108 #b90881

Monochromatic Colors of #b90828

#b90828

Complementary Color

#b90828 #08b999

#b90828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90828 Color CSS Codes

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

#b90828 Text Font Color

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

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


#b90828 Background Color

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

This div background color is #b90828


#b90828 Border Color

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

This div border color is #b90828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90828


Comments

No comments written yet.

Please login to write comment.