Color Hex Logo

#b0446f Color Hex

#B0446F
(176,68,111)
0 Favorites   0 Comments

Color spaces of #b0446f

RGB 17668111
HSL0.930.440.48
HSV336°61°69°
CMYK 0.000.610.37   0.31
XYZ22.840914.512016.6362
Yxy14.51200.42310.2688
Hunter Lab38.094640.36000.7739
CIE-Lab44.958448.1058-1.8199

#b0446f color RGB value is (176,68,111).

#b0446f hex color red value is 176, green value is 68 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b0446f hue: 0.93 , saturation: 0.44 and the lightness value of b0446f is 0.48.

The process color (four color CMYK) of #b0446f color hex is 0.00, 0.61, 0.37, 0.31. Web safe color of #b0446f is #993366. Color #b0446f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 01101111
Octal 260 104 157
Decimal 176 68 111
Hex B0 44 6F

RGB Percentages of Color #b0446f

%49.58
%19.15
%31.27

CMYK Percentages of Color #b0446f

%0
%61
%37
%31

Triadic Colors of #b0446f

#b0446f #6fb044 #446fb0

Analogous Colors of #b0446f

#b0446f #b04f44 #b044a5

Monochromatic Colors of #b0446f

#b0446f

Complementary Color

#b0446f #44b085

#b0446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0446f Color CSS Codes

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

#b0446f Text Font Color

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

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


#b0446f Background Color

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

This div background color is #b0446f


#b0446f Border Color

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

This div border color is #b0446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0446f


Comments

No comments written yet.

Please login to write comment.