Color Hex Logo

#b1417a Color Hex

#B1417A
(177,65,122)
0 Favorites   0 Comments

Color spaces of #b1417a

RGB 17765122
HSL0.920.460.47
HSV329°63°69°
CMYK 0.000.630.31   0.31
XYZ23.534614.532819.9771
Yxy14.53280.40550.2504
Hunter Lab38.121943.4838-4.3845
CIE-Lab44.987551.0961-8.4951

#b1417a color RGB value is (177,65,122).

#b1417a hex color red value is 177, green value is 65 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b1417a hue: 0.92 , saturation: 0.46 and the lightness value of b1417a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000001 01111010
Octal 261 101 172
Decimal 177 65 122
Hex B1 41 7A

RGB Percentages of Color #b1417a

%48.63
%17.86
%33.52

CMYK Percentages of Color #b1417a

%0
%63
%31
%31

Triadic Colors of #b1417a

#b1417a #7ab141 #417ab1

Analogous Colors of #b1417a

#b1417a #b14142 #b041b1

Monochromatic Colors of #b1417a

#b1417a

Complementary Color

#b1417a #41b178

#b1417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1417a Color CSS Codes

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

#b1417a Text Font Color

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

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


#b1417a Background Color

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

This div background color is #b1417a


#b1417a Border Color

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

This div border color is #b1417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1417a


Comments

No comments written yet.

Please login to write comment.