Color Hex Logo

#bf096e Color Hex

#BF096E
(191,9,110)
0 Favorites   0 Comments

Color spaces of #bf096e

RGB 1919110
HSL0.910.910.39
HSV327°95°75°
CMYK 0.000.950.42   0.25
XYZ24.398012.397515.8589
Yxy12.39750.46340.2355
Hunter Lab35.210162.0697-2.0576
CIE-Lab41.841068.4521-5.5028

#bf096e color RGB value is (191,9,110).

#bf096e hex color red value is 191, green value is 9 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bf096e hue: 0.91 , saturation: 0.91 and the lightness value of bf096e is 0.39.

The process color (four color CMYK) of #bf096e color hex is 0.00, 0.95, 0.42, 0.25. Web safe color of #bf096e is #cc0066. Color #bf096e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001001 01101110
Octal 277 11 156
Decimal 191 9 110
Hex BF 9 6E

RGB Percentages of Color #bf096e

%61.61
%2.90
%35.48

CMYK Percentages of Color #bf096e

%0
%95
%42
%25

Triadic Colors of #bf096e

#bf096e #6ebf09 #096ebf

Analogous Colors of #bf096e

#bf096e #bf0913 #b509bf

Monochromatic Colors of #bf096e

#bf096e

Complementary Color

#bf096e #09bf5a

#bf096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf096e Color CSS Codes

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

#bf096e Text Font Color

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

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


#bf096e Background Color

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

This div background color is #bf096e


#bf096e Border Color

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

This div border color is #bf096e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf096e


Comments

No comments written yet.

Please login to write comment.