Color Hex Logo

#bf6daa Color Hex

#BF6DAA
(191,109,170)
0 Favorites   0 Comments

Color spaces of #bf6daa

RGB 191109170
HSL0.880.390.59
HSV315°43°75°
CMYK 0.000.430.11   0.25
XYZ34.210224.915941.0364
Yxy24.91590.34150.2488
Hunter Lab49.915834.9837-13.8019
CIE-Lab56.993441.0394-18.6156

#bf6daa color RGB value is (191,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101101 10101010
Octal 277 155 252
Decimal 191 109 170
Hex BF 6D AA

RGB Percentages of Color #bf6daa

%40.64
%23.19
%36.17

CMYK Percentages of Color #bf6daa

%0
%43
%11
%25

Triadic Colors of #bf6daa

#bf6daa #aabf6d #6daabf

Analogous Colors of #bf6daa

#bf6daa #bf6d81 #ab6dbf

Monochromatic Colors of #bf6daa

#bf6daa

Complementary Color

#bf6daa #6dbf82

#bf6daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6daa Color CSS Codes

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

#bf6daa Text Font Color

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

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


#bf6daa Background Color

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

This div background color is #bf6daa


#bf6daa Border Color

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

This div border color is #bf6daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6daa


Comments

No comments written yet.

Please login to write comment.