Color Hex Logo

#b05789 Color Hex

#B05789
(176,87,137)
0 Favorites   0 Comments

Color spaces of #b05789

RGB 17687137
HSL0.910.360.52
HSV326°51°69°
CMYK 0.000.510.22   0.31
XYZ25.828017.852625.7515
Yxy17.85260.37200.2571
Hunter Lab42.252335.1719-6.5588
CIE-Lab49.316842.3195-11.0680

#b05789 color RGB value is (176,87,137).

#b05789 hex color red value is 176, green value is 87 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b05789 hue: 0.91 , saturation: 0.36 and the lightness value of b05789 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 10001001
Octal 260 127 211
Decimal 176 87 137
Hex B0 57 89

RGB Percentages of Color #b05789

%44.00
%21.75
%34.25

CMYK Percentages of Color #b05789

%0
%51
%22
%31

Triadic Colors of #b05789

#b05789 #89b057 #5789b0

Analogous Colors of #b05789

#b05789 #b0575d #ab57b0

Monochromatic Colors of #b05789

#b05789

Complementary Color

#b05789 #57b07e

#b05789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05789 Color CSS Codes

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

#b05789 Text Font Color

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

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


#b05789 Background Color

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

This div background color is #b05789


#b05789 Border Color

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

This div border color is #b05789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05789


Comments

No comments written yet.

Please login to write comment.