Color Hex Logo

#bf8799 Color Hex

#BF8799
(191,135,153)
0 Favorites   0 Comments

Color spaces of #bf8799

RGB 191135153
HSL0.950.300.64
HSV341°29°75°
CMYK 0.000.290.20   0.25
XYZ35.899630.704234.1714
Yxy30.70420.35620.3047
Hunter Lab55.411418.67572.2247
CIE-Lab62.257124.1116-0.9879

#bf8799 color RGB value is (191,135,153).

#bf8799 hex color red value is 191, green value is 135 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bf8799 hue: 0.95 , saturation: 0.30 and the lightness value of bf8799 is 0.64.

The process color (four color CMYK) of #bf8799 color hex is 0.00, 0.29, 0.20, 0.25. Web safe color of #bf8799 is #cc9999. Color #bf8799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 10011001
Octal 277 207 231
Decimal 191 135 153
Hex BF 87 99

RGB Percentages of Color #bf8799

%39.87
%28.18
%31.94

CMYK Percentages of Color #bf8799

%0
%29
%20
%25

Triadic Colors of #bf8799

#bf8799 #99bf87 #8799bf

Analogous Colors of #bf8799

#bf8799 #bf9187 #bf87b5

Monochromatic Colors of #bf8799

#bf8799

Complementary Color

#bf8799 #87bfad

#bf8799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8799 Color CSS Codes

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

#bf8799 Text Font Color

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

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


#bf8799 Background Color

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

This div background color is #bf8799


#bf8799 Border Color

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

This div border color is #bf8799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8799


Comments

No comments written yet.

Please login to write comment.