Color Hex Logo

#bf149b Color Hex

#BF149B
(191,20,155)
0 Favorites   0 Comments

Color spaces of #bf149b

RGB 19120155
HSL0.870.810.41
HSV313°90°75°
CMYK 0.000.900.19   0.25
XYZ27.652413.943232.2442
Yxy13.94320.37450.1888
Hunter Lab37.340666.8413-25.0594
CIE-Lab44.151472.0371-29.6001

#bf149b color RGB value is (191,20,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010100 10011011
Octal 277 24 233
Decimal 191 20 155
Hex BF 14 9B

RGB Percentages of Color #bf149b

%52.19
%5.46
%42.35

CMYK Percentages of Color #bf149b

%0
%90
%19
%25

Triadic Colors of #bf149b

#bf149b #9bbf14 #149bbf

Analogous Colors of #bf149b

#bf149b #bf1445 #8e14bf

Monochromatic Colors of #bf149b

#bf149b

Complementary Color

#bf149b #14bf38

#bf149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf149b Color CSS Codes

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

#bf149b Text Font Color

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

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


#bf149b Background Color

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

This div background color is #bf149b


#bf149b Border Color

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

This div border color is #bf149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf149b


Comments

No comments written yet.

Please login to write comment.