Color Hex Logo

#bfaee1 Color Hex

#BFAEE1
(191,174,225)
0 Favorites   0 Comments

Color spaces of #bfaee1

RGB 191174225
HSL0.720.460.78
HSV260°23°88°
CMYK 0.150.230.00   0.12
XYZ50.212546.784777.6180
Yxy46.78470.28760.2679
Hunter Lab68.399311.3394-19.4014
CIE-Lab74.051816.0438-23.3996

#bfaee1 color RGB value is (191,174,225).

#bfaee1 hex color red value is 191, green value is 174 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfaee1 hue: 0.72 , saturation: 0.46 and the lightness value of bfaee1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11100001
Octal 277 256 341
Decimal 191 174 225
Hex BF AE E1

RGB Percentages of Color #bfaee1

%32.37
%29.49
%38.14

CMYK Percentages of Color #bfaee1

%15
%23
%0
%12

Triadic Colors of #bfaee1

#bfaee1 #e1bfae #aee1bf

Analogous Colors of #bfaee1

#bfaee1 #d9aee1 #aeb7e1

Monochromatic Colors of #bfaee1

#bfaee1

Complementary Color

#bfaee1 #d0e1ae

#bfaee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaee1 Color CSS Codes

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

#bfaee1 Text Font Color

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

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


#bfaee1 Background Color

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

This div background color is #bfaee1


#bfaee1 Border Color

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

This div border color is #bfaee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaee1


Comments

No comments written yet.

Please login to write comment.