Color Hex Logo

#bf147f Color Hex

#BF147F
(191,20,127)
0 Favorites   0 Comments

Color spaces of #bf147f

RGB 19120127
HSL0.900.810.41
HSV322°90°75°
CMYK 0.000.900.34   0.25
XYZ25.566813.109021.2614
Yxy13.10900.42660.2187
Hunter Lab36.206462.6851-9.4723
CIE-Lab42.927068.7664-14.4327

#bf147f color RGB value is (191,20,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010100 01111111
Octal 277 24 177
Decimal 191 20 127
Hex BF 14 7F

RGB Percentages of Color #bf147f

%56.51
%5.92
%37.57

CMYK Percentages of Color #bf147f

%0
%90
%34
%25

Triadic Colors of #bf147f

#bf147f #7fbf14 #147fbf

Analogous Colors of #bf147f

#bf147f #bf1429 #aa14bf

Monochromatic Colors of #bf147f

#bf147f

Complementary Color

#bf147f #14bf54

#bf147f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf147f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf147f Color CSS Codes

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

#bf147f Text Font Color

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

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


#bf147f Background Color

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

This div background color is #bf147f


#bf147f Border Color

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

This div border color is #bf147f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf147f


Comments

No comments written yet.

Please login to write comment.