Color Hex Logo

#bf018f Color Hex

#BF018F
(191,1,143)
0 Favorites   0 Comments

Color spaces of #bf018f

RGB 1911143
HSL0.880.990.38
HSV315°99°75°
CMYK 0.000.990.25   0.25
XYZ26.454613.081227.1172
Yxy13.08120.39690.1963
Hunter Lab36.167967.2678-19.1356
CIE-Lab42.885372.6396-24.3057

#bf018f color RGB value is (191,1,143).

#bf018f hex color red value is 191, green value is 1 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bf018f hue: 0.88 , saturation: 0.99 and the lightness value of bf018f is 0.38.

The process color (four color CMYK) of #bf018f color hex is 0.00, 0.99, 0.25, 0.25. Web safe color of #bf018f is #cc0099. Color #bf018f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000001 10001111
Octal 277 1 217
Decimal 191 1 143
Hex BF 1 8F

RGB Percentages of Color #bf018f

%57.01
%0.30
%42.69

CMYK Percentages of Color #bf018f

%0
%99
%25
%25

Triadic Colors of #bf018f

#bf018f #8fbf01 #018fbf

Analogous Colors of #bf018f

#bf018f #bf0130 #9001bf

Monochromatic Colors of #bf018f

#bf018f

Complementary Color

#bf018f #01bf31

#bf018f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf018f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf018f Color CSS Codes

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

#bf018f Text Font Color

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

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


#bf018f Background Color

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

This div background color is #bf018f


#bf018f Border Color

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

This div border color is #bf018f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf018f


Comments

No comments written yet.

Please login to write comment.