Color Hex Logo

#b70749 Color Hex

#B70749
(183,7,73)
0 Favorites   0 Comments

Color spaces of #b70749

RGB 183773
HSL0.940.930.37
HSV338°96°72°
CMYK 0.000.960.60   0.28
XYZ20.807010.70037.2720
Yxy10.70030.53650.2759
Hunter Lab32.711356.29549.7173
CIE-Lab39.071063.967313.8052

#b70749 color RGB value is (183,7,73).

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

The process color (four color CMYK) of #b70749 color hex is 0.00, 0.96, 0.60, 0.28. Web safe color of #b70749 is #cc0033. Color #b70749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000111 01001001
Octal 267 7 111
Decimal 183 7 73
Hex B7 7 49

RGB Percentages of Color #b70749

%69.58
%2.66
%27.76

CMYK Percentages of Color #b70749

%0
%96
%60
%28

Triadic Colors of #b70749

#b70749 #49b707 #0749b7

Analogous Colors of #b70749

#b70749 #b71d07 #b707a1

Monochromatic Colors of #b70749

#b70749

Complementary Color

#b70749 #07b775

#b70749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70749 Color CSS Codes

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

#b70749 Text Font Color

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

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


#b70749 Background Color

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

This div background color is #b70749


#b70749 Border Color

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

This div border color is #b70749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70749


Comments

No comments written yet.

Please login to write comment.