Color Hex Logo

#b72979 Color Hex

#B72979
(183,41,121)
0 Favorites   0 Comments

Color spaces of #b72979

RGB 18341121
HSL0.910.630.44
HSV326°78°72°
CMYK 0.000.780.34   0.28
XYZ23.772613.033619.3519
Yxy13.03360.42330.2321
Hunter Lab36.102154.3606-6.5099
CIE-Lab42.813861.5203-11.0447

#b72979 color RGB value is (183,41,121).

#b72979 hex color red value is 183, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b72979 hue: 0.91 , saturation: 0.63 and the lightness value of b72979 is 0.44.

The process color (four color CMYK) of #b72979 color hex is 0.00, 0.78, 0.34, 0.28. Web safe color of #b72979 is #cc3366. Color #b72979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 01111001
Octal 267 51 171
Decimal 183 41 121
Hex B7 29 79

RGB Percentages of Color #b72979

%53.04
%11.88
%35.07

CMYK Percentages of Color #b72979

%0
%78
%34
%28

Triadic Colors of #b72979

#b72979 #79b729 #2979b7

Analogous Colors of #b72979

#b72979 #b72932 #ae29b7

Monochromatic Colors of #b72979

#b72979

Complementary Color

#b72979 #29b767

#b72979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72979 Color CSS Codes

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

#b72979 Text Font Color

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

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


#b72979 Background Color

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

This div background color is #b72979


#b72979 Border Color

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

This div border color is #b72979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72979


Comments

No comments written yet.

Please login to write comment.