Color Hex Logo

#bf6dac Color Hex

#BF6DAC
(191,109,172)
0 Favorites   0 Comments

Color spaces of #bf6dac

RGB 191109172
HSL0.870.390.59
HSV314°43°75°
CMYK 0.000.430.10   0.25
XYZ34.400924.992242.0406
Yxy24.99220.33910.2464
Hunter Lab49.992235.3440-14.8650
CIE-Lab57.067841.3782-19.6562

#bf6dac color RGB value is (191,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101101 10101100
Octal 277 155 254
Decimal 191 109 172
Hex BF 6D AC

RGB Percentages of Color #bf6dac

%40.47
%23.09
%36.44

CMYK Percentages of Color #bf6dac

%0
%43
%10
%25

Triadic Colors of #bf6dac

#bf6dac #acbf6d #6dacbf

Analogous Colors of #bf6dac

#bf6dac #bf6d83 #a96dbf

Monochromatic Colors of #bf6dac

#bf6dac

Complementary Color

#bf6dac #6dbf80

#bf6dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6dac Color CSS Codes

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

#bf6dac Text Font Color

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

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


#bf6dac Background Color

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

This div background color is #bf6dac


#bf6dac Border Color

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

This div border color is #bf6dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6dac


Comments

No comments written yet.

Please login to write comment.