Color Hex Logo

#bf817f Color Hex

#BF817F
(191,129,127)
0 Favorites   0 Comments

Color spaces of #bf817f

RGB 191129127
HSL0.010.330.62
HSV34°75°
CMYK 0.000.320.34   0.25
XYZ33.166928.309223.7948
Yxy28.30920.38900.3320
Hunter Lab53.206418.159110.7290
CIE-Lab60.167123.706810.8548

#bf817f color RGB value is (191,129,127).

#bf817f hex color red value is 191, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bf817f hue: 0.01 , saturation: 0.33 and the lightness value of bf817f is 0.62.

The process color (four color CMYK) of #bf817f color hex is 0.00, 0.32, 0.34, 0.25. Web safe color of #bf817f is #cc9966. Color #bf817f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000001 01111111
Octal 277 201 177
Decimal 191 129 127
Hex BF 81 7F

RGB Percentages of Color #bf817f

%42.73
%28.86
%28.41

CMYK Percentages of Color #bf817f

%0
%32
%34
%25

Triadic Colors of #bf817f

#bf817f #7fbf81 #817fbf

Analogous Colors of #bf817f

#bf817f #bfa17f #bf7f9d

Monochromatic Colors of #bf817f

#bf817f

Complementary Color

#bf817f #7fbdbf

#bf817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf817f Color CSS Codes

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

#bf817f Text Font Color

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

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


#bf817f Background Color

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

This div background color is #bf817f


#bf817f Border Color

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

This div border color is #bf817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf817f


Comments

No comments written yet.

Please login to write comment.