Color Hex Logo

#bf969f Color Hex

#BF969F
(191,150,159)
0 Favorites   0 Comments

Color spaces of #bf969f

RGB 191150159
HSL0.960.240.67
HSV347°21°75°
CMYK 0.000.210.17   0.25
XYZ38.650235.392337.5952
Yxy35.39230.34620.3170
Hunter Lab59.491411.85734.1761
CIE-Lab66.053016.75481.1610

#bf969f color RGB value is (191,150,159).

#bf969f hex color red value is 191, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bf969f hue: 0.96 , saturation: 0.24 and the lightness value of bf969f is 0.67.

The process color (four color CMYK) of #bf969f color hex is 0.00, 0.21, 0.17, 0.25. Web safe color of #bf969f is #cc9999. Color #bf969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010110 10011111
Octal 277 226 237
Decimal 191 150 159
Hex BF 96 9F

RGB Percentages of Color #bf969f

%38.20
%30.00
%31.80

CMYK Percentages of Color #bf969f

%0
%21
%17
%25

Triadic Colors of #bf969f

#bf969f #9fbf96 #969fbf

Analogous Colors of #bf969f

#bf969f #bfa296 #bf96b4

Monochromatic Colors of #bf969f

#bf969f

Complementary Color

#bf969f #96bfb6

#bf969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf969f Color CSS Codes

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

#bf969f Text Font Color

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

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


#bf969f Background Color

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

This div background color is #bf969f


#bf969f Border Color

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

This div border color is #bf969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf969f


Comments

No comments written yet.

Please login to write comment.