Color Hex Logo

#b70315 Color Hex

#B70315
(183,3,21)
0 Favorites   0 Comments

Color spaces of #b70315

RGB 183321
HSL0.980.970.36
HSV354°98°72°
CMYK 0.000.980.89   0.28
XYZ19.696410.18651.6376
Yxy10.18650.62490.3232
Hunter Lab31.916354.303619.2993
CIE-Lab38.175162.369344.0373

#b70315 color RGB value is (183,3,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000011 00010101
Octal 267 3 25
Decimal 183 3 21
Hex B7 3 15

RGB Percentages of Color #b70315

%88.41
%1.45
%10.14

CMYK Percentages of Color #b70315

%0
%98
%89
%28

Triadic Colors of #b70315

#b70315 #15b703 #0315b7

Analogous Colors of #b70315

#b70315 #b74b03 #b7036f

Monochromatic Colors of #b70315

#b70315

Complementary Color

#b70315 #03b7a5

#b70315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70315 Color CSS Codes

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

#b70315 Text Font Color

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

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


#b70315 Background Color

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

This div background color is #b70315


#b70315 Border Color

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

This div border color is #b70315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70315


Comments

No comments written yet.

Please login to write comment.