Color Hex Logo

#bdaae2 Color Hex

#BDAAE2
(189,170,226)
0 Favorites   0 Comments

Color spaces of #bdaae2

RGB 189170226
HSL0.720.490.78
HSV260°25°89°
CMYK 0.160.250.00   0.11
XYZ49.088545.059378.0616
Yxy45.05930.28510.2617
Hunter Lab67.126213.0637-21.9604
CIE-Lab72.930917.8366-25.6720

#bdaae2 color RGB value is (189,170,226).

#bdaae2 hex color red value is 189, green value is 170 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bdaae2 hue: 0.72 , saturation: 0.49 and the lightness value of bdaae2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11100010
Octal 275 252 342
Decimal 189 170 226
Hex BD AA E2

RGB Percentages of Color #bdaae2

%32.31
%29.06
%38.63

CMYK Percentages of Color #bdaae2

%16
%25
%0
%11

Triadic Colors of #bdaae2

#bdaae2 #e2bdaa #aae2bd

Analogous Colors of #bdaae2

#bdaae2 #d9aae2 #aab3e2

Monochromatic Colors of #bdaae2

#bdaae2

Complementary Color

#bdaae2 #cfe2aa

#bdaae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaae2 Color CSS Codes

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

#bdaae2 Text Font Color

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

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


#bdaae2 Background Color

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

This div background color is #bdaae2


#bdaae2 Border Color

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

This div border color is #bdaae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaae2


Comments

No comments written yet.

Please login to write comment.