Color Hex Logo

#b90704 Color Hex

#B90704
(185,7,4)
0 Favorites   0 Comments

Color spaces of #b90704

RGB 18574
HSL0.000.960.37
HSV98°73°
CMYK 0.000.960.98   0.27
XYZ20.105510.47501.0771
Yxy10.47500.63510.3309
Hunter Lab32.365154.246920.6824
CIE-Lab38.681862.219851.3455

#b90704 color RGB value is (185,7,4).

#b90704 hex color red value is 185, green value is 7 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b90704 hue: 0.00 , saturation: 0.96 and the lightness value of b90704 is 0.37.

The process color (four color CMYK) of #b90704 color hex is 0.00, 0.96, 0.98, 0.27. Web safe color of #b90704 is #cc0000. Color #b90704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000111 00000100
Octal 271 7 4
Decimal 185 7 4
Hex B9 7 4

RGB Percentages of Color #b90704

%94.39
%3.57
%2.04

CMYK Percentages of Color #b90704

%0
%96
%98
%27

Triadic Colors of #b90704

#b90704 #04b907 #0704b9

Analogous Colors of #b90704

#b90704 #b96104 #b9045c

Monochromatic Colors of #b90704

#b90704

Complementary Color

#b90704 #04b6b9

#b90704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90704 Color CSS Codes

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

#b90704 Text Font Color

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

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


#b90704 Background Color

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

This div background color is #b90704


#b90704 Border Color

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

This div border color is #b90704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90704


Comments

No comments written yet.

Please login to write comment.