Color Hex Logo

#bf189b Color Hex

#BF189B
(191,24,155)
0 Favorites   0 Comments

Color spaces of #bf189b

RGB 19124155
HSL0.870.780.42
HSV313°87°75°
CMYK 0.000.870.19   0.25
XYZ27.728914.096232.2697
Yxy14.09620.37420.1902
Hunter Lab37.544966.1281-24.6781
CIE-Lab44.370671.3974-29.2572

#bf189b color RGB value is (191,24,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 10011011
Octal 277 30 233
Decimal 191 24 155
Hex BF 18 9B

RGB Percentages of Color #bf189b

%51.62
%6.49
%41.89

CMYK Percentages of Color #bf189b

%0
%87
%19
%25

Triadic Colors of #bf189b

#bf189b #9bbf18 #189bbf

Analogous Colors of #bf189b

#bf189b #bf1847 #9018bf

Monochromatic Colors of #bf189b

#bf189b

Complementary Color

#bf189b #18bf3c

#bf189b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf189b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf189b Color CSS Codes

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

#bf189b Text Font Color

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

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


#bf189b Background Color

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

This div background color is #bf189b


#bf189b Border Color

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

This div border color is #bf189b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,24,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 #bf189b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf189b


Comments

No comments written yet.

Please login to write comment.