Color Hex Logo

#b05579 Color Hex

#B05579
(176,85,121)
0 Favorites   0 Comments

Color spaces of #b05579

RGB 17685121
HSL0.930.370.51
HSV336°52°69°
CMYK 0.000.520.31   0.31
XYZ24.604217.107620.0945
Yxy17.10760.39810.2768
Hunter Lab41.361333.80020.1482
CIE-Lab48.395341.0935-2.8418

#b05579 color RGB value is (176,85,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 01111001
Octal 260 125 171
Decimal 176 85 121
Hex B0 55 79

RGB Percentages of Color #b05579

%46.07
%22.25
%31.68

CMYK Percentages of Color #b05579

%0
%52
%31
%31

Triadic Colors of #b05579

#b05579 #79b055 #5579b0

Analogous Colors of #b05579

#b05579 #b05e55 #b055a7

Monochromatic Colors of #b05579

#b05579

Complementary Color

#b05579 #55b08c

#b05579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05579 Color CSS Codes

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

#b05579 Text Font Color

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

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


#b05579 Background Color

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

This div background color is #b05579


#b05579 Border Color

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

This div border color is #b05579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05579


Comments

No comments written yet.

Please login to write comment.