Color Hex Logo

#bf056a Color Hex

#BF056A
(191,5,106)
0 Favorites   0 Comments

Color spaces of #bf056a

RGB 1915106
HSL0.910.950.38
HSV327°97°75°
CMYK 0.000.970.45   0.25
XYZ24.141612.225514.7230
Yxy12.22550.47250.2393
Hunter Lab34.965062.0567-0.4903
CIE-Lab41.572368.4934-3.3913

#bf056a color RGB value is (191,5,106).

#bf056a hex color red value is 191, green value is 5 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bf056a hue: 0.91 , saturation: 0.95 and the lightness value of bf056a is 0.38.

The process color (four color CMYK) of #bf056a color hex is 0.00, 0.97, 0.45, 0.25. Web safe color of #bf056a is #cc0066. Color #bf056a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000101 01101010
Octal 277 5 152
Decimal 191 5 106
Hex BF 5 6A

RGB Percentages of Color #bf056a

%63.25
%1.66
%35.10

CMYK Percentages of Color #bf056a

%0
%97
%45
%25

Triadic Colors of #bf056a

#bf056a #6abf05 #056abf

Analogous Colors of #bf056a

#bf056a #bf050d #b705bf

Monochromatic Colors of #bf056a

#bf056a

Complementary Color

#bf056a #05bf5a

#bf056a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf056a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf056a Color CSS Codes

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

#bf056a Text Font Color

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

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


#bf056a Background Color

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

This div background color is #bf056a


#bf056a Border Color

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

This div border color is #bf056a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf056a


Comments

No comments written yet.

Please login to write comment.