Color Hex Logo

#bf096d Color Hex

#BF096D
(191,9,109)
0 Favorites   0 Comments

Color spaces of #bf096d

RGB 1919109
HSL0.910.910.39
HSV327°95°75°
CMYK 0.000.950.43   0.25
XYZ24.343912.375915.5737
Yxy12.37590.46550.2367
Hunter Lab35.179461.9568-1.6217
CIE-Lab41.807468.3619-4.9261

#bf096d color RGB value is (191,9,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001001 01101101
Octal 277 11 155
Decimal 191 9 109
Hex BF 9 6D

RGB Percentages of Color #bf096d

%61.81
%2.91
%35.28

CMYK Percentages of Color #bf096d

%0
%95
%43
%25

Triadic Colors of #bf096d

#bf096d #6dbf09 #096dbf

Analogous Colors of #bf096d

#bf096d #bf0912 #b609bf

Monochromatic Colors of #bf096d

#bf096d

Complementary Color

#bf096d #09bf5b

#bf096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf096d Color CSS Codes

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

#bf096d Text Font Color

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

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


#bf096d Background Color

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

This div background color is #bf096d


#bf096d Border Color

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

This div border color is #bf096d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf096d


Comments

No comments written yet.

Please login to write comment.