Color Hex Logo

#bf057b Color Hex

#BF057B
(191,5,123)
0 Favorites   0 Comments

Color spaces of #bf057b

RGB 1915123
HSL0.890.950.38
HSV322°97°75°
CMYK 0.000.970.36   0.25
XYZ25.115312.615019.8501
Yxy12.61500.43620.2191
Hunter Lab35.517664.0656-8.2737
CIE-Lab42.177370.0866-13.0989

#bf057b color RGB value is (191,5,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000101 01111011
Octal 277 5 173
Decimal 191 5 123
Hex BF 5 7B

RGB Percentages of Color #bf057b

%59.87
%1.57
%38.56

CMYK Percentages of Color #bf057b

%0
%97
%36
%25

Triadic Colors of #bf057b

#bf057b #7bbf05 #057bbf

Analogous Colors of #bf057b

#bf057b #bf051e #a605bf

Monochromatic Colors of #bf057b

#bf057b

Complementary Color

#bf057b #05bf49

#bf057b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf057b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf057b Color CSS Codes

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

#bf057b Text Font Color

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

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


#bf057b Background Color

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

This div background color is #bf057b


#bf057b Border Color

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

This div border color is #bf057b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf057b


Comments

No comments written yet.

Please login to write comment.