Color Hex Logo

#bf179b Color Hex

#BF179B
(191,23,155)
0 Favorites   0 Comments

Color spaces of #bf179b

RGB 19123155
HSL0.870.790.42
HSV313°88°75°
CMYK 0.000.880.19   0.25
XYZ27.708614.055732.2630
Yxy14.05570.37430.1899
Hunter Lab37.490966.3157-24.7786
CIE-Lab44.312771.5659-29.3478

#bf179b color RGB value is (191,23,155).

#bf179b hex color red value is 191, green value is 23 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bf179b hue: 0.87 , saturation: 0.79 and the lightness value of bf179b is 0.42.

The process color (four color CMYK) of #bf179b color hex is 0.00, 0.88, 0.19, 0.25. Web safe color of #bf179b is #cc0099. Color #bf179b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010111 10011011
Octal 277 27 233
Decimal 191 23 155
Hex BF 17 9B

RGB Percentages of Color #bf179b

%51.76
%6.23
%42.01

CMYK Percentages of Color #bf179b

%0
%88
%19
%25

Triadic Colors of #bf179b

#bf179b #9bbf17 #179bbf

Analogous Colors of #bf179b

#bf179b #bf1747 #8f17bf

Monochromatic Colors of #bf179b

#bf179b

Complementary Color

#bf179b #17bf3b

#bf179b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf179b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf179b Color CSS Codes

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

#bf179b Text Font Color

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

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


#bf179b Background Color

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

This div background color is #bf179b


#bf179b Border Color

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

This div border color is #bf179b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,23,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf179b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf179b;
  -webkit-box-shadow: 1px 1px 3px 2px #bf179b;
  box-shadow:         1px 1px 3px 2px #bf179b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf179b


Comments

No comments written yet.

Please login to write comment.