Color Hex Logo

#bfaae4 Color Hex

#BFAAE4
(191,170,228)
0 Favorites   0 Comments

Color spaces of #bfaae4

RGB 191170228
HSL0.730.520.78
HSV262°25°89°
CMYK 0.160.250.00   0.11
XYZ49.864245.427379.5390
Yxy45.42730.28520.2598
Hunter Lab67.399814.1096-22.7887
CIE-Lab73.172418.8979-26.3779

#bfaae4 color RGB value is (191,170,228).

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

The process color (four color CMYK) of #bfaae4 color hex is 0.16, 0.25, 0.00, 0.11. Web safe color of #bfaae4 is #cc99cc. Color #bfaae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11100100
Octal 277 252 344
Decimal 191 170 228
Hex BF AA E4

RGB Percentages of Color #bfaae4

%32.43
%28.86
%38.71

CMYK Percentages of Color #bfaae4

%16
%25
%0
%11

Triadic Colors of #bfaae4

#bfaae4 #e4bfaa #aae4bf

Analogous Colors of #bfaae4

#bfaae4 #dcaae4 #aab2e4

Monochromatic Colors of #bfaae4

#bfaae4

Complementary Color

#bfaae4 #cfe4aa

#bfaae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaae4 Color CSS Codes

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

#bfaae4 Text Font Color

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

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


#bfaae4 Background Color

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

This div background color is #bfaae4


#bfaae4 Border Color

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

This div border color is #bfaae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaae4


Comments

No comments written yet.

Please login to write comment.