Color Hex Logo

#b70007 Color Hex

#B70007
(183,0,7)
0 Favorites   0 Comments

Color spaces of #b70007

RGB 18307
HSL0.991.000.36
HSV358°100°72°
CMYK 0.001.000.96   0.28
XYZ19.566810.08261.1159
Yxy10.08260.63600.3277
Hunter Lab31.753154.426820.1435
CIE-Lab37.990362.515649.6438

#b70007 color RGB value is (183,0,7).

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

The process color (four color CMYK) of #b70007 color hex is 0.00, 1.00, 0.96, 0.28. Web safe color of #b70007 is #cc0000. Color #b70007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 00000111
Octal 267 0 7
Decimal 183 0 7
Hex B7 0 7

RGB Percentages of Color #b70007

%96.32
%0.00
%3.68

CMYK Percentages of Color #b70007

%0
%100
%96
%28

Triadic Colors of #b70007

#b70007 #07b700 #0007b7

Analogous Colors of #b70007

#b70007 #b75400 #b70063

Monochromatic Colors of #b70007

#b70007

Complementary Color

#b70007 #00b7b0

#b70007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70007 Color CSS Codes

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

#b70007 Text Font Color

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

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


#b70007 Background Color

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

This div background color is #b70007


#b70007 Border Color

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

This div border color is #b70007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70007


Comments

No comments written yet.

Please login to write comment.