Color Hex Logo

#b05570 Color Hex

#B05570
(176,85,112)
0 Favorites   0 Comments

Color spaces of #b05570

RGB 17685112
HSL0.950.370.51
HSV342°52°69°
CMYK 0.000.520.36   0.31
XYZ24.077616.897017.3216
Yxy16.89700.41300.2898
Hunter Lab41.106032.62003.7900
CIE-Lab48.130039.94742.1997

#b05570 color RGB value is (176,85,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 01110000
Octal 260 125 160
Decimal 176 85 112
Hex B0 55 70

RGB Percentages of Color #b05570

%47.18
%22.79
%30.03

CMYK Percentages of Color #b05570

%0
%52
%36
%31

Triadic Colors of #b05570

#b05570 #70b055 #5570b0

Analogous Colors of #b05570

#b05570 #b06855 #b0559e

Monochromatic Colors of #b05570

#b05570

Complementary Color

#b05570 #55b095

#b05570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05570 Color CSS Codes

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

#b05570 Text Font Color

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

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


#b05570 Background Color

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

This div background color is #b05570


#b05570 Border Color

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

This div border color is #b05570


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,85,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05570


Comments

No comments written yet.

Please login to write comment.