Color Hex Logo

#bf8aab Color Hex

#BF8AAB
(191,138,171)
0 Favorites   0 Comments

Color spaces of #bf8aab

RGB 191138171
HSL0.900.290.65
HSV323°28°75°
CMYK 0.000.280.10   0.25
XYZ37.925032.193642.7432
Yxy32.19360.33600.2852
Hunter Lab56.739420.0166-4.9470
CIE-Lab63.502625.4164-9.3686

#bf8aab color RGB value is (191,138,171).

#bf8aab hex color red value is 191, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bf8aab hue: 0.90 , saturation: 0.29 and the lightness value of bf8aab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001010 10101011
Octal 277 212 253
Decimal 191 138 171
Hex BF 8A AB

RGB Percentages of Color #bf8aab

%38.20
%27.60
%34.20

CMYK Percentages of Color #bf8aab

%0
%28
%10
%25

Triadic Colors of #bf8aab

#bf8aab #abbf8a #8aabbf

Analogous Colors of #bf8aab

#bf8aab #bf8a91 #b98abf

Monochromatic Colors of #bf8aab

#bf8aab

Complementary Color

#bf8aab #8abf9e

#bf8aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8aab Color CSS Codes

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

#bf8aab Text Font Color

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

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


#bf8aab Background Color

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

This div background color is #bf8aab


#bf8aab Border Color

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

This div border color is #bf8aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8aab


Comments

No comments written yet.

Please login to write comment.