Color Hex Logo

#b71009 Color Hex

#B71009
(183,16,9)
0 Favorites   0 Comments

Color spaces of #b71009

RGB 183169
HSL0.010.910.38
HSV95°72°
CMYK 0.000.910.95   0.28
XYZ19.763010.45761.2353
Yxy10.45760.62830.3325
Hunter Lab32.338252.495720.3719
CIE-Lab38.651560.649049.2866

#b71009 color RGB value is (183,16,9).

#b71009 hex color red value is 183, green value is 16 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b71009 hue: 0.01 , saturation: 0.91 and the lightness value of b71009 is 0.38.

The process color (four color CMYK) of #b71009 color hex is 0.00, 0.91, 0.95, 0.28. Web safe color of #b71009 is #cc0000. Color #b71009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010000 00001001
Octal 267 20 11
Decimal 183 16 9
Hex B7 10 9

RGB Percentages of Color #b71009

%87.98
%7.69
%4.33

CMYK Percentages of Color #b71009

%0
%91
%95
%28

Triadic Colors of #b71009

#b71009 #09b710 #1009b7

Analogous Colors of #b71009

#b71009 #b76709 #b70959

Monochromatic Colors of #b71009

#b71009

Complementary Color

#b71009 #09b0b7

#b71009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71009 Color CSS Codes

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

#b71009 Text Font Color

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

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


#b71009 Background Color

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

This div background color is #b71009


#b71009 Border Color

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

This div border color is #b71009


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,16,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b71009; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b71009;
  -webkit-box-shadow: 1px 1px 3px 2px #b71009;
  box-shadow:         1px 1px 3px 2px #b71009; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71009


Comments

No comments written yet.

Please login to write comment.