Color Hex Logo

#b05677 Color Hex

#B05677
(176,86,119)
0 Favorites   0 Comments

Color spaces of #b05677

RGB 17686119
HSL0.940.360.51
HSV338°51°69°
CMYK 0.000.510.32   0.31
XYZ24.562117.217619.4815
Yxy17.21760.40090.2811
Hunter Lab41.494133.04701.2092
CIE-Lab48.533140.3180-1.4344

#b05677 color RGB value is (176,86,119).

#b05677 hex color red value is 176, green value is 86 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b05677 hue: 0.94 , saturation: 0.36 and the lightness value of b05677 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 01110111
Octal 260 126 167
Decimal 176 86 119
Hex B0 56 77

RGB Percentages of Color #b05677

%46.19
%22.57
%31.23

CMYK Percentages of Color #b05677

%0
%51
%32
%31

Triadic Colors of #b05677

#b05677 #77b056 #5677b0

Analogous Colors of #b05677

#b05677 #b06256 #b056a4

Monochromatic Colors of #b05677

#b05677

Complementary Color

#b05677 #56b08f

#b05677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05677 Color CSS Codes

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

#b05677 Text Font Color

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

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


#b05677 Background Color

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

This div background color is #b05677


#b05677 Border Color

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

This div border color is #b05677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05677


Comments

No comments written yet.

Please login to write comment.