Color Hex Logo

#b01772 Color Hex

#B01772
(176,23,114)
0 Favorites   0 Comments

Color spaces of #b01772

RGB 17623114
HSL0.900.770.39
HSV324°87°69°
CMYK 0.000.870.35   0.31
XYZ21.248211.057816.9341
Yxy11.05780.43150.2246
Hunter Lab33.253355.8648-6.9159
CIE-Lab39.677763.4677-11.5591

#b01772 color RGB value is (176,23,114).

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

The process color (four color CMYK) of #b01772 color hex is 0.00, 0.87, 0.35, 0.31. Web safe color of #b01772 is #990066. Color #b01772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 01110010
Octal 260 27 162
Decimal 176 23 114
Hex B0 17 72

RGB Percentages of Color #b01772

%56.23
%7.35
%36.42

CMYK Percentages of Color #b01772

%0
%87
%35
%31

Triadic Colors of #b01772

#b01772 #72b017 #1772b0

Analogous Colors of #b01772

#b01772 #b01725 #a217b0

Monochromatic Colors of #b01772

#b01772

Complementary Color

#b01772 #17b055

#b01772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01772 Color CSS Codes

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

#b01772 Text Font Color

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

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


#b01772 Background Color

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

This div background color is #b01772


#b01772 Border Color

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

This div border color is #b01772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01772


Comments

No comments written yet.

Please login to write comment.