Color Hex Logo

#b0044e Color Hex

#B0044E
(176,4,78)
0 Favorites   0 Comments

Color spaces of #b0044e

RGB 176478
HSL0.930.960.35
HSV334°98°69°
CMYK 0.000.980.56   0.31
XYZ19.32319.86708.0938
Yxy9.86700.51830.2646
Hunter Lab31.411854.83456.7111
CIE-Lab37.602762.95558.3252

#b0044e color RGB value is (176,4,78).

#b0044e hex color red value is 176, green value is 4 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b0044e hue: 0.93 , saturation: 0.96 and the lightness value of b0044e is 0.35.

The process color (four color CMYK) of #b0044e color hex is 0.00, 0.98, 0.56, 0.31. Web safe color of #b0044e is #990066. Color #b0044e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000100 01001110
Octal 260 4 116
Decimal 176 4 78
Hex B0 4 4E

RGB Percentages of Color #b0044e

%68.22
%1.55
%30.23

CMYK Percentages of Color #b0044e

%0
%98
%56
%31

Triadic Colors of #b0044e

#b0044e #4eb004 #044eb0

Analogous Colors of #b0044e

#b0044e #b01004 #b004a4

Monochromatic Colors of #b0044e

#b0044e

Complementary Color

#b0044e #04b066

#b0044e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0044e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0044e Color CSS Codes

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

#b0044e Text Font Color

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

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


#b0044e Background Color

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

This div background color is #b0044e


#b0044e Border Color

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

This div border color is #b0044e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0044e


Comments

No comments written yet.

Please login to write comment.