Color Hex Logo

#bfaae5 Color Hex

#BFAAE5
(191,170,229)
0 Favorites   0 Comments

Color spaces of #bfaae5

RGB 191170229
HSL0.730.530.78
HSV261°26°90°
CMYK 0.170.260.00   0.10
XYZ50.003445.483080.2724
Yxy45.48300.28450.2588
Hunter Lab67.441114.3248-23.3617
CIE-Lab73.208819.1158-26.8670

#bfaae5 color RGB value is (191,170,229).

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

The process color (four color CMYK) of #bfaae5 color hex is 0.17, 0.26, 0.00, 0.10. Web safe color of #bfaae5 is #cc99cc. Color #bfaae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11100101
Octal 277 252 345
Decimal 191 170 229
Hex BF AA E5

RGB Percentages of Color #bfaae5

%32.37
%28.81
%38.81

CMYK Percentages of Color #bfaae5

%17
%26
%0
%10

Triadic Colors of #bfaae5

#bfaae5 #e5bfaa #aae5bf

Analogous Colors of #bfaae5

#bfaae5 #ddaae5 #aab3e5

Monochromatic Colors of #bfaae5

#bfaae5

Complementary Color

#bfaae5 #d0e5aa

#bfaae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaae5 Color CSS Codes

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

#bfaae5 Text Font Color

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

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


#bfaae5 Background Color

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

This div background color is #bfaae5


#bfaae5 Border Color

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

This div border color is #bfaae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaae5


Comments

No comments written yet.

Please login to write comment.