Color Hex Logo

#bdaadf Color Hex

#BDAADF
(189,170,223)
0 Favorites   0 Comments

Color spaces of #bdaadf

RGB 189170223
HSL0.730.450.77
HSV262°24°87°
CMYK 0.150.240.00   0.13
XYZ48.680344.896075.9121
Yxy44.89600.28720.2649
Hunter Lab67.004512.4265-20.2689
CIE-Lab72.823417.1852-24.1991

#bdaadf color RGB value is (189,170,223).

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

The process color (four color CMYK) of #bdaadf color hex is 0.15, 0.24, 0.00, 0.13. Web safe color of #bdaadf is #cc99cc. Color #bdaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11011111
Octal 275 252 337
Decimal 189 170 223
Hex BD AA DF

RGB Percentages of Color #bdaadf

%32.47
%29.21
%38.32

CMYK Percentages of Color #bdaadf

%15
%24
%0
%13

Triadic Colors of #bdaadf

#bdaadf #dfbdaa #aadfbd

Analogous Colors of #bdaadf

#bdaadf #d8aadf #aab2df

Monochromatic Colors of #bdaadf

#bdaadf

Complementary Color

#bdaadf #ccdfaa

#bdaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaadf Color CSS Codes

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

#bdaadf Text Font Color

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

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


#bdaadf Background Color

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

This div background color is #bdaadf


#bdaadf Border Color

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

This div border color is #bdaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaadf


Comments

No comments written yet.

Please login to write comment.