Color Hex Logo

#b1409a Color Hex

#B1409A
(177,64,154)
0 Favorites   0 Comments

Color spaces of #b1409a

RGB 17764154
HSL0.870.470.47
HSV312°64°69°
CMYK 0.000.640.13   0.31
XYZ25.797615.347032.1744
Yxy15.34700.35190.2093
Hunter Lab39.175248.9888-21.2719
CIE-Lab46.105856.0329-26.1340

#b1409a color RGB value is (177,64,154).

#b1409a hex color red value is 177, green value is 64 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b1409a hue: 0.87 , saturation: 0.47 and the lightness value of b1409a is 0.47.

The process color (four color CMYK) of #b1409a color hex is 0.00, 0.64, 0.13, 0.31. Web safe color of #b1409a is #993399. Color #b1409a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 10011010
Octal 261 100 232
Decimal 177 64 154
Hex B1 40 9A

RGB Percentages of Color #b1409a

%44.81
%16.20
%38.99

CMYK Percentages of Color #b1409a

%0
%64
%13
%31

Triadic Colors of #b1409a

#b1409a #9ab140 #409ab1

Analogous Colors of #b1409a

#b1409a #b14062 #9040b1

Monochromatic Colors of #b1409a

#b1409a

Complementary Color

#b1409a #40b157

#b1409a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1409a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1409a Color CSS Codes

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

#b1409a Text Font Color

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

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


#b1409a Background Color

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

This div background color is #b1409a


#b1409a Border Color

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

This div border color is #b1409a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,64,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1409a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1409a;
  -webkit-box-shadow: 1px 1px 3px 2px #b1409a;
  box-shadow:         1px 1px 3px 2px #b1409a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1409a


Comments

No comments written yet.

Please login to write comment.