Color Hex Logo

#b05572 Color Hex

#B05572
(176,85,114)
0 Favorites   0 Comments

Color spaces of #b05572

RGB 17685114
HSL0.950.370.51
HSV341°52°69°
CMYK 0.000.520.35   0.31
XYZ24.190316.942017.9148
Yxy16.94200.40970.2869
Hunter Lab41.160732.87413.0070
CIE-Lab48.186940.19501.0746

#b05572 color RGB value is (176,85,114).

#b05572 hex color red value is 176, green value is 85 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b05572 hue: 0.95 , saturation: 0.37 and the lightness value of b05572 is 0.51.

The process color (four color CMYK) of #b05572 color hex is 0.00, 0.52, 0.35, 0.31. Web safe color of #b05572 is #996666. Color #b05572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 01110010
Octal 260 125 162
Decimal 176 85 114
Hex B0 55 72

RGB Percentages of Color #b05572

%46.93
%22.67
%30.40

CMYK Percentages of Color #b05572

%0
%52
%35
%31

Triadic Colors of #b05572

#b05572 #72b055 #5572b0

Analogous Colors of #b05572

#b05572 #b06655 #b055a0

Monochromatic Colors of #b05572

#b05572

Complementary Color

#b05572 #55b093

#b05572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05572 Color CSS Codes

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

#b05572 Text Font Color

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

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


#b05572 Background Color

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

This div background color is #b05572


#b05572 Border Color

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

This div border color is #b05572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05572


Comments

No comments written yet.

Please login to write comment.