Color Hex Logo

#bf016d Color Hex

#BF016D
(191,1,109)
0 Favorites   0 Comments

Color spaces of #bf016d

RGB 1911109
HSL0.910.990.38
HSV326°99°75°
CMYK 0.000.990.43   0.25
XYZ24.257012.202215.5448
Yxy12.20220.46640.2346
Hunter Lab34.931662.8224-1.9323
CIE-Lab41.535769.1549-5.3299

#bf016d color RGB value is (191,1,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000001 01101101
Octal 277 1 155
Decimal 191 1 109
Hex BF 1 6D

RGB Percentages of Color #bf016d

%63.46
%0.33
%36.21

CMYK Percentages of Color #bf016d

%0
%99
%43
%25

Triadic Colors of #bf016d

#bf016d #6dbf01 #016dbf

Analogous Colors of #bf016d

#bf016d #bf010e #b201bf

Monochromatic Colors of #bf016d

#bf016d

Complementary Color

#bf016d #01bf53

#bf016d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf016d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf016d Color CSS Codes

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

#bf016d Text Font Color

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

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


#bf016d Background Color

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

This div background color is #bf016d


#bf016d Border Color

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

This div border color is #bf016d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf016d


Comments

No comments written yet.

Please login to write comment.