Color Hex Logo

#b056a7 Color Hex

#B056A7
(176,86,167)
0 Favorites   0 Comments

Color spaces of #b056a7

RGB 17686167
HSL0.850.360.51
HSV306°51°69°
CMYK 0.000.510.05   0.31
XYZ28.207318.675738.6773
Yxy18.67570.32970.2183
Hunter Lab43.215440.8826-22.8131
CIE-Lab50.305647.7116-27.3231

#b056a7 color RGB value is (176,86,167).

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

The process color (four color CMYK) of #b056a7 color hex is 0.00, 0.51, 0.05, 0.31. Web safe color of #b056a7 is #996699. Color #b056a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 10100111
Octal 260 126 247
Decimal 176 86 167
Hex B0 56 A7

RGB Percentages of Color #b056a7

%41.03
%20.05
%38.93

CMYK Percentages of Color #b056a7

%0
%51
%5
%31

Triadic Colors of #b056a7

#b056a7 #a7b056 #56a7b0

Analogous Colors of #b056a7

#b056a7 #b0567a #8c56b0

Monochromatic Colors of #b056a7

#b056a7

Complementary Color

#b056a7 #56b05f

#b056a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b056a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b056a7 Color CSS Codes

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

#b056a7 Text Font Color

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

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


#b056a7 Background Color

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

This div background color is #b056a7


#b056a7 Border Color

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

This div border color is #b056a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b056a7

#b056a7 Color Palettes


Comments

No comments written yet.

Please login to write comment.