Color Hex Logo

#bdaadd Color Hex

#BDAADD
(189,170,221)
0 Favorites   0 Comments

Color spaces of #bdaadd

RGB 189170221
HSL0.730.430.77
HSV262°23°87°
CMYK 0.140.230.00   0.13
XYZ48.412144.788774.5001
Yxy44.78870.28870.2671
Hunter Lab66.924412.0066-19.1545
CIE-Lab72.752516.7544-23.2148

#bdaadd color RGB value is (189,170,221).

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

The process color (four color CMYK) of #bdaadd color hex is 0.14, 0.23, 0.00, 0.13. Web safe color of #bdaadd is #cc99cc. Color #bdaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11011101
Octal 275 252 335
Decimal 189 170 221
Hex BD AA DD

RGB Percentages of Color #bdaadd

%32.59
%29.31
%38.10

CMYK Percentages of Color #bdaadd

%14
%23
%0
%13

Triadic Colors of #bdaadd

#bdaadd #ddbdaa #aaddbd

Analogous Colors of #bdaadd

#bdaadd #d7aadd #aab1dd

Monochromatic Colors of #bdaadd

#bdaadd

Complementary Color

#bdaadd #caddaa

#bdaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaadd Color CSS Codes

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

#bdaadd Text Font Color

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

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


#bdaadd Background Color

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

This div background color is #bdaadd


#bdaadd Border Color

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

This div border color is #bdaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaadd


Comments

No comments written yet.

Please login to write comment.