Color Hex Logo

#b70316 Color Hex

#B70316
(183,3,22)
0 Favorites   0 Comments

Color spaces of #b70316

RGB 183322
HSL0.980.970.36
HSV354°98°72°
CMYK 0.000.980.88   0.28
XYZ19.705810.19031.6874
Yxy10.19030.62390.3226
Hunter Lab31.922254.325219.2115
CIE-Lab38.181862.387343.5535

#b70316 color RGB value is (183,3,22).

#b70316 hex color red value is 183, green value is 3 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b70316 hue: 0.98 , saturation: 0.97 and the lightness value of b70316 is 0.36.

The process color (four color CMYK) of #b70316 color hex is 0.00, 0.98, 0.88, 0.28. Web safe color of #b70316 is #cc0000. Color #b70316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000011 00010110
Octal 267 3 26
Decimal 183 3 22
Hex B7 3 16

RGB Percentages of Color #b70316

%87.98
%1.44
%10.58

CMYK Percentages of Color #b70316

%0
%98
%88
%28

Triadic Colors of #b70316

#b70316 #16b703 #0316b7

Analogous Colors of #b70316

#b70316 #b74a03 #b70370

Monochromatic Colors of #b70316

#b70316

Complementary Color

#b70316 #03b7a4

#b70316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70316 Color CSS Codes

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

#b70316 Text Font Color

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

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


#b70316 Background Color

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

This div background color is #b70316


#b70316 Border Color

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

This div border color is #b70316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70316


Comments

No comments written yet.

Please login to write comment.