Color Hex Logo

#b70349 Color Hex

#B70349
(183,3,73)
0 Favorites   0 Comments

Color spaces of #b70349

RGB 183373
HSL0.940.970.36
HSV337°98°72°
CMYK 0.000.980.60   0.28
XYZ20.763610.61347.2576
Yxy10.61340.53740.2747
Hunter Lab32.578256.75449.5964
CIE-Lab38.921664.402013.6010

#b70349 color RGB value is (183,3,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000011 01001001
Octal 267 3 111
Decimal 183 3 73
Hex B7 3 49

RGB Percentages of Color #b70349

%70.66
%1.16
%28.19

CMYK Percentages of Color #b70349

%0
%98
%60
%28

Triadic Colors of #b70349

#b70349 #49b703 #0349b7

Analogous Colors of #b70349

#b70349 #b71703 #b703a3

Monochromatic Colors of #b70349

#b70349

Complementary Color

#b70349 #03b771

#b70349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70349 Color CSS Codes

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

#b70349 Text Font Color

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

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


#b70349 Background Color

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

This div background color is #b70349


#b70349 Border Color

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

This div border color is #b70349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,3,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 #b70349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70349


Comments

No comments written yet.

Please login to write comment.