Color Hex Logo

#bf007b Color Hex

#BF007B
(191,0,123)
0 Favorites   0 Comments

Color spaces of #bf007b

RGB 1910123
HSL0.891.000.37
HSV321°100°75°
CMYK 0.001.000.36   0.25
XYZ25.061012.506419.8320
Yxy12.50640.43660.2179
Hunter Lab35.364464.6065-8.4942
CIE-Lab42.009970.5769-13.3531

#bf007b color RGB value is (191,0,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000000 01111011
Octal 277 0 173
Decimal 191 0 123
Hex BF 0 7B

RGB Percentages of Color #bf007b

%60.83
%0.00
%39.17

CMYK Percentages of Color #bf007b

%0
%100
%36
%25

Triadic Colors of #bf007b

#bf007b #7bbf00 #007bbf

Analogous Colors of #bf007b

#bf007b #bf001b #a400bf

Monochromatic Colors of #bf007b

#bf007b

Complementary Color

#bf007b #00bf44

#bf007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf007b Color CSS Codes

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

#bf007b Text Font Color

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

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


#bf007b Background Color

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

This div background color is #bf007b


#bf007b Border Color

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

This div border color is #bf007b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,0,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 #bf007b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf007b


Comments

No comments written yet.

Please login to write comment.