Color Hex Logo

#b72077 Color Hex

#B72077
(183,32,119)
0 Favorites   0 Comments

Color spaces of #b72077

RGB 18332119
HSL0.900.700.42
HSV325°83°72°
CMYK 0.000.830.35   0.28
XYZ23.374712.432218.6204
Yxy12.43220.42950.2284
Hunter Lab35.259356.6304-6.6294
CIE-Lab41.894963.7135-11.1939

#b72077 color RGB value is (183,32,119).

#b72077 hex color red value is 183, green value is 32 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b72077 hue: 0.90 , saturation: 0.70 and the lightness value of b72077 is 0.42.

The process color (four color CMYK) of #b72077 color hex is 0.00, 0.83, 0.35, 0.28. Web safe color of #b72077 is #cc3366. Color #b72077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 01110111
Octal 267 40 167
Decimal 183 32 119
Hex B7 20 77

RGB Percentages of Color #b72077

%54.79
%9.58
%35.63

CMYK Percentages of Color #b72077

%0
%83
%35
%28

Triadic Colors of #b72077

#b72077 #77b720 #2077b7

Analogous Colors of #b72077

#b72077 #b7202b #ac20b7

Monochromatic Colors of #b72077

#b72077

Complementary Color

#b72077 #20b760

#b72077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72077 Color CSS Codes

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

#b72077 Text Font Color

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

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


#b72077 Background Color

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

This div background color is #b72077


#b72077 Border Color

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

This div border color is #b72077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72077


Comments

No comments written yet.

Please login to write comment.