Color Hex Logo

#b70649 Color Hex

#B70649
(183,6,73)
0 Favorites   0 Comments

Color spaces of #b70649

RGB 183673
HSL0.940.940.37
HSV337°97°72°
CMYK 0.000.970.60   0.28
XYZ20.796210.67867.2684
Yxy10.67860.53680.2756
Hunter Lab32.678156.40989.6872
CIE-Lab39.033864.075713.7543

#b70649 color RGB value is (183,6,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000110 01001001
Octal 267 6 111
Decimal 183 6 73
Hex B7 6 49

RGB Percentages of Color #b70649

%69.85
%2.29
%27.86

CMYK Percentages of Color #b70649

%0
%97
%60
%28

Triadic Colors of #b70649

#b70649 #49b706 #0649b7

Analogous Colors of #b70649

#b70649 #b71c06 #b706a2

Monochromatic Colors of #b70649

#b70649

Complementary Color

#b70649 #06b774

#b70649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70649 Color CSS Codes

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

#b70649 Text Font Color

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

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


#b70649 Background Color

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

This div background color is #b70649


#b70649 Border Color

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

This div border color is #b70649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70649


Comments

No comments written yet.

Please login to write comment.