Color Hex Logo

#bf7daa Color Hex

#BF7DAA
(191,125,170)
0 Favorites   0 Comments

Color spaces of #bf7daa

RGB 191125170
HSL0.890.340.62
HSV319°35°75°
CMYK 0.000.350.11   0.25
XYZ36.075228.645941.6580
Yxy28.64590.33910.2693
Hunter Lab53.521926.6506-8.6822
CIE-Lab60.467832.4124-13.3509

#bf7daa color RGB value is (191,125,170).

#bf7daa hex color red value is 191, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf7daa hue: 0.89 , saturation: 0.34 and the lightness value of bf7daa is 0.62.

The process color (four color CMYK) of #bf7daa color hex is 0.00, 0.35, 0.11, 0.25. Web safe color of #bf7daa is #cc6699. Color #bf7daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111101 10101010
Octal 277 175 252
Decimal 191 125 170
Hex BF 7D AA

RGB Percentages of Color #bf7daa

%39.30
%25.72
%34.98

CMYK Percentages of Color #bf7daa

%0
%35
%11
%25

Triadic Colors of #bf7daa

#bf7daa #aabf7d #7daabf

Analogous Colors of #bf7daa

#bf7daa #bf7d89 #b37dbf

Monochromatic Colors of #bf7daa

#bf7daa

Complementary Color

#bf7daa #7dbf92

#bf7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7daa Color CSS Codes

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

#bf7daa Text Font Color

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

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


#bf7daa Background Color

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

This div background color is #bf7daa


#bf7daa Border Color

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

This div border color is #bf7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7daa


Comments

No comments written yet.

Please login to write comment.