Color Hex Logo

#bf147e Color Hex

#BF147E
(191,20,126)
0 Favorites   0 Comments

Color spaces of #bf147e

RGB 19120126
HSL0.900.810.41
HSV323°90°75°
CMYK 0.000.900.34   0.25
XYZ25.501913.083020.9198
Yxy13.08300.42860.2199
Hunter Lab36.170462.5529-8.9721
CIE-Lab42.888068.6611-13.8751

#bf147e color RGB value is (191,20,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010100 01111110
Octal 277 24 176
Decimal 191 20 126
Hex BF 14 7E

RGB Percentages of Color #bf147e

%56.68
%5.93
%37.39

CMYK Percentages of Color #bf147e

%0
%90
%34
%25

Triadic Colors of #bf147e

#bf147e #7ebf14 #147ebf

Analogous Colors of #bf147e

#bf147e #bf1428 #ab14bf

Monochromatic Colors of #bf147e

#bf147e

Complementary Color

#bf147e #14bf55

#bf147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf147e Color CSS Codes

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

#bf147e Text Font Color

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

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


#bf147e Background Color

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

This div background color is #bf147e


#bf147e Border Color

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

This div border color is #bf147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf147e


Comments

No comments written yet.

Please login to write comment.