Color Hex Logo

#b70010 Color Hex

#B70010
(183,0,16)
0 Favorites   0 Comments

Color spaces of #b70010

RGB 183016
HSL0.991.000.36
HSV355°100°72°
CMYK 0.001.000.91   0.28
XYZ19.622010.10471.4064
Yxy10.10470.63030.3246
Hunter Lab31.787954.555519.6283
CIE-Lab38.029762.623046.2287

#b70010 color RGB value is (183,0,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 00010000
Octal 267 0 20
Decimal 183 0 16
Hex B7 0 10

RGB Percentages of Color #b70010

%91.96
%0.00
%8.04

CMYK Percentages of Color #b70010

%0
%100
%91
%28

Triadic Colors of #b70010

#b70010 #10b700 #0010b7

Analogous Colors of #b70010

#b70010 #b74b00 #b7006c

Monochromatic Colors of #b70010

#b70010

Complementary Color

#b70010 #00b7a7

#b70010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70010 Color CSS Codes

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

#b70010 Text Font Color

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

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


#b70010 Background Color

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

This div background color is #b70010


#b70010 Border Color

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

This div border color is #b70010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70010


Comments

No comments written yet.

Please login to write comment.