Color Hex Logo

#bfaae0 Color Hex

#BFAAE0
(191,170,224)
0 Favorites   0 Comments

Color spaces of #bfaae0

RGB 191170224
HSL0.730.470.77
HSV263°24°88°
CMYK 0.150.240.00   0.12
XYZ49.315145.207676.6478
Yxy45.20760.28810.2641
Hunter Lab67.236613.2579-20.5233
CIE-Lab73.028418.0328-24.4167

#bfaae0 color RGB value is (191,170,224).

#bfaae0 hex color red value is 191, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bfaae0 hue: 0.73 , saturation: 0.47 and the lightness value of bfaae0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11100000
Octal 277 252 340
Decimal 191 170 224
Hex BF AA E0

RGB Percentages of Color #bfaae0

%32.65
%29.06
%38.29

CMYK Percentages of Color #bfaae0

%15
%24
%0
%12

Triadic Colors of #bfaae0

#bfaae0 #e0bfaa #aae0bf

Analogous Colors of #bfaae0

#bfaae0 #daaae0 #aab0e0

Monochromatic Colors of #bfaae0

#bfaae0

Complementary Color

#bfaae0 #cbe0aa

#bfaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaae0 Color CSS Codes

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

#bfaae0 Text Font Color

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

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


#bfaae0 Background Color

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

This div background color is #bfaae0


#bfaae0 Border Color

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

This div border color is #bfaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaae0


Comments

No comments written yet.

Please login to write comment.