Color Hex Logo

#b05681 Color Hex

#B05681
(176,86,129)
0 Favorites   0 Comments

Color spaces of #b05681

RGB 17686129
HSL0.920.360.51
HSV331°51°69°
CMYK 0.000.510.27   0.31
XYZ25.194717.470722.8131
Yxy17.47070.38480.2668
Hunter Lab41.798034.4486-3.1016
CIE-Lab48.847741.6726-6.9813

#b05681 color RGB value is (176,86,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 10000001
Octal 260 126 201
Decimal 176 86 129
Hex B0 56 81

RGB Percentages of Color #b05681

%45.01
%21.99
%32.99

CMYK Percentages of Color #b05681

%0
%51
%27
%31

Triadic Colors of #b05681

#b05681 #81b056 #5681b0

Analogous Colors of #b05681

#b05681 #b05856 #b056ae

Monochromatic Colors of #b05681

#b05681

Complementary Color

#b05681 #56b085

#b05681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05681 Color CSS Codes

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

#b05681 Text Font Color

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

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


#b05681 Background Color

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

This div background color is #b05681


#b05681 Border Color

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

This div border color is #b05681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05681


Comments

No comments written yet.

Please login to write comment.