Color Hex Logo

#bf84ac Color Hex

#BF84AC
(191,132,172)
0 Favorites   0 Comments

Color spaces of #bf84ac

RGB 191132172
HSL0.890.320.63
HSV319°31°75°
CMYK 0.000.310.10   0.25
XYZ37.183530.557542.9681
Yxy30.55750.33590.2760
Hunter Lab55.278823.3307-7.3908
CIE-Lab62.132328.9080-11.9875

#bf84ac color RGB value is (191,132,172).

#bf84ac hex color red value is 191, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bf84ac hue: 0.89 , saturation: 0.32 and the lightness value of bf84ac is 0.63.

The process color (four color CMYK) of #bf84ac color hex is 0.00, 0.31, 0.10, 0.25. Web safe color of #bf84ac is #cc9999. Color #bf84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000100 10101100
Octal 277 204 254
Decimal 191 132 172
Hex BF 84 AC

RGB Percentages of Color #bf84ac

%38.59
%26.67
%34.75

CMYK Percentages of Color #bf84ac

%0
%31
%10
%25

Triadic Colors of #bf84ac

#bf84ac #acbf84 #84acbf

Analogous Colors of #bf84ac

#bf84ac #bf848f #b584bf

Monochromatic Colors of #bf84ac

#bf84ac

Complementary Color

#bf84ac #84bf97

#bf84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf84ac Color CSS Codes

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

#bf84ac Text Font Color

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

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


#bf84ac Background Color

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

This div background color is #bf84ac


#bf84ac Border Color

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

This div border color is #bf84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf84ac


Comments

No comments written yet.

Please login to write comment.