Color Hex Logo

#b70626 Color Hex

#B70626
(183,6,38)
0 Favorites   0 Comments

Color spaces of #b70626

RGB 183638
HSL0.970.940.37
HSV349°97°72°
CMYK 0.000.970.79   0.28
XYZ19.943410.33752.7779
Yxy10.33750.60330.3127
Hunter Lab32.152054.454917.3838
CIE-Lab38.441562.452834.9872

#b70626 color RGB value is (183,6,38).

#b70626 hex color red value is 183, green value is 6 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b70626 hue: 0.97 , saturation: 0.94 and the lightness value of b70626 is 0.37.

The process color (four color CMYK) of #b70626 color hex is 0.00, 0.97, 0.79, 0.28. Web safe color of #b70626 is #cc0033. Color #b70626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000110 00100110
Octal 267 6 46
Decimal 183 6 38
Hex B7 6 26

RGB Percentages of Color #b70626

%80.62
%2.64
%16.74

CMYK Percentages of Color #b70626

%0
%97
%79
%28

Triadic Colors of #b70626

#b70626 #26b706 #0626b7

Analogous Colors of #b70626

#b70626 #b73f06 #b7067f

Monochromatic Colors of #b70626

#b70626

Complementary Color

#b70626 #06b797

#b70626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70626 Color CSS Codes

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

#b70626 Text Font Color

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

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


#b70626 Background Color

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

This div background color is #b70626


#b70626 Border Color

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

This div border color is #b70626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70626


Comments

No comments written yet.

Please login to write comment.