Color Hex Logo

#bf146b Color Hex

#BF146B
(191,20,107)
0 Favorites   0 Comments

Color spaces of #bf146b

RGB 19120107
HSL0.920.810.41
HSV329°90°75°
CMYK 0.000.900.44   0.25
XYZ24.389912.638215.0638
Yxy12.63820.46820.2426
Hunter Lab35.550260.2503-0.2379
CIE-Lab42.213066.8137-3.0727

#bf146b color RGB value is (191,20,107).

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

The process color (four color CMYK) of #bf146b color hex is 0.00, 0.90, 0.44, 0.25. Web safe color of #bf146b is #cc0066. Color #bf146b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010100 01101011
Octal 277 24 153
Decimal 191 20 107
Hex BF 14 6B

RGB Percentages of Color #bf146b

%60.06
%6.29
%33.65

CMYK Percentages of Color #bf146b

%0
%90
%44
%25

Triadic Colors of #bf146b

#bf146b #6bbf14 #146bbf

Analogous Colors of #bf146b

#bf146b #bf1415 #be14bf

Monochromatic Colors of #bf146b

#bf146b

Complementary Color

#bf146b #14bf68

#bf146b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf146b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf146b Color CSS Codes

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

#bf146b Text Font Color

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

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


#bf146b Background Color

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

This div background color is #bf146b


#bf146b Border Color

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

This div border color is #bf146b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf146b


Comments

No comments written yet.

Please login to write comment.