Color Hex Logo

#b51772 Color Hex

#B51772
(181,23,114)
0 Favorites   0 Comments

Color spaces of #b51772

RGB 18123114
HSL0.900.770.40
HSV325°87°71°
CMYK 0.000.870.37   0.29
XYZ22.399711.651516.9879
Yxy11.65150.43890.2283
Hunter Lab34.134357.4007-5.6133
CIE-Lab40.656864.6328-9.9847

#b51772 color RGB value is (181,23,114).

#b51772 hex color red value is 181, green value is 23 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b51772 hue: 0.90 , saturation: 0.77 and the lightness value of b51772 is 0.40.

The process color (four color CMYK) of #b51772 color hex is 0.00, 0.87, 0.37, 0.29. Web safe color of #b51772 is #cc0066. Color #b51772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010111 01110010
Octal 265 27 162
Decimal 181 23 114
Hex B5 17 72

RGB Percentages of Color #b51772

%56.92
%7.23
%35.85

CMYK Percentages of Color #b51772

%0
%87
%37
%29

Triadic Colors of #b51772

#b51772 #72b517 #1772b5

Analogous Colors of #b51772

#b51772 #b51723 #a917b5

Monochromatic Colors of #b51772

#b51772

Complementary Color

#b51772 #17b55a

#b51772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51772 Color CSS Codes

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

#b51772 Text Font Color

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

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


#b51772 Background Color

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

This div background color is #b51772


#b51772 Border Color

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

This div border color is #b51772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,23,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b51772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b51772;
  -webkit-box-shadow: 1px 1px 3px 2px #b51772;
  box-shadow:         1px 1px 3px 2px #b51772; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,23,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51772


Comments

No comments written yet.

Please login to write comment.