Color Hex Logo

#b72177 Color Hex

#B72177
(183,33,119)
0 Favorites   0 Comments

Color spaces of #b72177

RGB 18333119
HSL0.900.690.42
HSV326°82°72°
CMYK 0.000.820.35   0.28
XYZ23.402112.486918.6295
Yxy12.48690.42930.2290
Hunter Lab35.336856.3737-6.5218
CIE-Lab41.979763.4704-11.0658

#b72177 color RGB value is (183,33,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100001 01110111
Octal 267 41 167
Decimal 183 33 119
Hex B7 21 77

RGB Percentages of Color #b72177

%54.63
%9.85
%35.52

CMYK Percentages of Color #b72177

%0
%82
%35
%28

Triadic Colors of #b72177

#b72177 #77b721 #2177b7

Analogous Colors of #b72177

#b72177 #b7212c #ac21b7

Monochromatic Colors of #b72177

#b72177

Complementary Color

#b72177 #21b761

#b72177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72177 Color CSS Codes

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

#b72177 Text Font Color

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

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


#b72177 Background Color

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

This div background color is #b72177


#b72177 Border Color

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

This div border color is #b72177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72177


Comments

No comments written yet.

Please login to write comment.