Color Hex Logo

#bf82aa Color Hex

#BF82AA
(191,130,170)
0 Favorites   0 Comments

Color spaces of #bf82aa

RGB 191130170
HSL0.890.320.63
HSV321°32°75°
CMYK 0.000.320.11   0.25
XYZ36.724229.943941.8744
Yxy29.94390.33830.2759
Hunter Lab54.721024.0326-7.0660
CIE-Lab61.605829.6655-11.6399

#bf82aa color RGB value is (191,130,170).

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

The process color (four color CMYK) of #bf82aa color hex is 0.00, 0.32, 0.11, 0.25. Web safe color of #bf82aa is #cc9999. Color #bf82aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 10101010
Octal 277 202 252
Decimal 191 130 170
Hex BF 82 AA

RGB Percentages of Color #bf82aa

%38.90
%26.48
%34.62

CMYK Percentages of Color #bf82aa

%0
%32
%11
%25

Triadic Colors of #bf82aa

#bf82aa #aabf82 #82aabf

Analogous Colors of #bf82aa

#bf82aa #bf828c #b682bf

Monochromatic Colors of #bf82aa

#bf82aa

Complementary Color

#bf82aa #82bf97

#bf82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf82aa Color CSS Codes

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

#bf82aa Text Font Color

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

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


#bf82aa Background Color

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

This div background color is #bf82aa


#bf82aa Border Color

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

This div border color is #bf82aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf82aa


Comments

No comments written yet.

Please login to write comment.