Color Hex Logo

#b05663 Color Hex

#B05663
(176,86,99)
0 Favorites   0 Comments

Color spaces of #b05663

RGB 1768699
HSL0.980.360.51
HSV351°51°69°
CMYK 0.000.510.44   0.31
XYZ23.484416.786513.8067
Yxy16.78650.43430.3104
Hunter Lab40.971330.61488.7001
CIE-Lab47.989937.93159.8489

#b05663 color RGB value is (176,86,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 01100011
Octal 260 126 143
Decimal 176 86 99
Hex B0 56 63

RGB Percentages of Color #b05663

%48.75
%23.82
%27.42

CMYK Percentages of Color #b05663

%0
%51
%44
%31

Triadic Colors of #b05663

#b05663 #63b056 #5663b0

Analogous Colors of #b05663

#b05663 #b07656 #b05690

Monochromatic Colors of #b05663

#b05663

Complementary Color

#b05663 #56b0a3

#b05663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05663 Color CSS Codes

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

#b05663 Text Font Color

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

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


#b05663 Background Color

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

This div background color is #b05663


#b05663 Border Color

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

This div border color is #b05663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05663


Comments

No comments written yet.

Please login to write comment.