Color Hex Logo

#bfaae1 Color Hex

#BFAAE1
(191,170,225)
0 Favorites   0 Comments

Color spaces of #bfaae1

RGB 191170225
HSL0.730.480.77
HSV263°24°88°
CMYK 0.150.240.00   0.12
XYZ49.451245.262177.3643
Yxy45.26210.28740.2630
Hunter Lab67.277113.4692-21.0857
CIE-Lab73.064118.2480-24.9077

#bfaae1 color RGB value is (191,170,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11100001
Octal 277 252 341
Decimal 191 170 225
Hex BF AA E1

RGB Percentages of Color #bfaae1

%32.59
%29.01
%38.40

CMYK Percentages of Color #bfaae1

%15
%24
%0
%12

Triadic Colors of #bfaae1

#bfaae1 #e1bfaa #aae1bf

Analogous Colors of #bfaae1

#bfaae1 #dbaae1 #aab1e1

Monochromatic Colors of #bfaae1

#bfaae1

Complementary Color

#bfaae1 #cce1aa

#bfaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaae1 Color CSS Codes

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

#bfaae1 Text Font Color

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

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


#bfaae1 Background Color

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

This div background color is #bfaae1


#bfaae1 Border Color

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

This div border color is #bfaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaae1


Comments

No comments written yet.

Please login to write comment.