Color Hex Logo

#bf099c Color Hex

#BF099C
(191,9,156)
0 Favorites   0 Comments

Color spaces of #bf099c

RGB 1919156
HSL0.870.910.39
HSV312°95°75°
CMYK 0.000.950.18   0.25
XYZ27.584313.672032.6376
Yxy13.67200.37330.1850
Hunter Lab36.975768.4558-26.4510
CIE-Lab43.758873.4569-30.8168

#bf099c color RGB value is (191,9,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001001 10011100
Octal 277 11 234
Decimal 191 9 156
Hex BF 9 9C

RGB Percentages of Color #bf099c

%53.65
%2.53
%43.82

CMYK Percentages of Color #bf099c

%0
%95
%18
%25

Triadic Colors of #bf099c

#bf099c #9cbf09 #099cbf

Analogous Colors of #bf099c

#bf099c #bf0941 #8709bf

Monochromatic Colors of #bf099c

#bf099c

Complementary Color

#bf099c #09bf2c

#bf099c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf099c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf099c Color CSS Codes

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

#bf099c Text Font Color

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

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


#bf099c Background Color

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

This div background color is #bf099c


#bf099c Border Color

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

This div border color is #bf099c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf099c


Comments

No comments written yet.

Please login to write comment.