Color Hex Logo

#b05a6c Color Hex

#B05A6C
(176,90,108)
0 Favorites   0 Comments

Color spaces of #b05a6c

RGB 17690108
HSL0.970.350.52
HSV347°49°69°
CMYK 0.000.490.39   0.31
XYZ24.267417.625116.3103
Yxy17.62510.41690.3028
Hunter Lab41.982329.71116.3531
CIE-Lab49.038236.86185.9170

#b05a6c color RGB value is (176,90,108).

#b05a6c hex color red value is 176, green value is 90 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b05a6c hue: 0.97 , saturation: 0.35 and the lightness value of b05a6c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 01101100
Octal 260 132 154
Decimal 176 90 108
Hex B0 5A 6C

RGB Percentages of Color #b05a6c

%47.06
%24.06
%28.88

CMYK Percentages of Color #b05a6c

%0
%49
%39
%31

Triadic Colors of #b05a6c

#b05a6c #6cb05a #5a6cb0

Analogous Colors of #b05a6c

#b05a6c #b0735a #b05a97

Monochromatic Colors of #b05a6c

#b05a6c

Complementary Color

#b05a6c #5ab09e

#b05a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05a6c Color CSS Codes

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

#b05a6c Text Font Color

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

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


#b05a6c Background Color

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

This div background color is #b05a6c


#b05a6c Border Color

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

This div border color is #b05a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05a6c


Comments

No comments written yet.

Please login to write comment.