Color Hex Logo

#bfaad8 Color Hex

#BFAAD8
(191,170,216)
0 Favorites   0 Comments

Color spaces of #bfaad8

RGB 191170216
HSL0.740.370.76
HSV267°21°85°
CMYK 0.120.210.00   0.15
XYZ48.255344.783771.0665
Yxy44.78370.29410.2729
Hunter Lab66.920611.6022-16.1187
CIE-Lab72.749216.3371-20.4703

#bfaad8 color RGB value is (191,170,216).

#bfaad8 hex color red value is 191, green value is 170 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bfaad8 hue: 0.74 , saturation: 0.37 and the lightness value of bfaad8 is 0.76.

The process color (four color CMYK) of #bfaad8 color hex is 0.12, 0.21, 0.00, 0.15. Web safe color of #bfaad8 is #cc99cc. Color #bfaad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11011000
Octal 277 252 330
Decimal 191 170 216
Hex BF AA D8

RGB Percentages of Color #bfaad8

%33.10
%29.46
%37.44

CMYK Percentages of Color #bfaad8

%12
%21
%0
%15

Triadic Colors of #bfaad8

#bfaad8 #d8bfaa #aad8bf

Analogous Colors of #bfaad8

#bfaad8 #d6aad8 #aaacd8

Monochromatic Colors of #bfaad8

#bfaad8

Complementary Color

#bfaad8 #c3d8aa

#bfaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaad8 Color CSS Codes

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

#bfaad8 Text Font Color

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

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


#bfaad8 Background Color

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

This div background color is #bfaad8


#bfaad8 Border Color

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

This div border color is #bfaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaad8


Comments

No comments written yet.

Please login to write comment.