Color Hex Logo

#b90025 Color Hex

#B90025
(185,0,37)
0 Favorites   0 Comments

Color spaces of #b90025

RGB 185037
HSL0.971.000.36
HSV348°100°73°
CMYK 0.001.000.80   0.27
XYZ20.341510.44792.6948
Yxy10.44790.60750.3120
Hunter Lab32.323255.767217.6832
CIE-Lab38.634663.584435.9132

#b90025 color RGB value is (185,0,37).

#b90025 hex color red value is 185, green value is 0 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b90025 hue: 0.97 , saturation: 1.00 and the lightness value of b90025 is 0.36.

The process color (four color CMYK) of #b90025 color hex is 0.00, 1.00, 0.80, 0.27. Web safe color of #b90025 is #cc0033. Color #b90025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 00100101
Octal 271 0 45
Decimal 185 0 37
Hex B9 0 25

RGB Percentages of Color #b90025

%83.33
%0.00
%16.67

CMYK Percentages of Color #b90025

%0
%100
%80
%27

Triadic Colors of #b90025

#b90025 #25b900 #0025b9

Analogous Colors of #b90025

#b90025 #b93700 #b90082

Monochromatic Colors of #b90025

#b90025

Complementary Color

#b90025 #00b994

#b90025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90025 Color CSS Codes

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

#b90025 Text Font Color

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

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


#b90025 Background Color

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

This div background color is #b90025


#b90025 Border Color

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

This div border color is #b90025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90025


Comments

No comments written yet.

Please login to write comment.