Color Hex Logo

#bdadfa Color Hex

#BDADFA
(189,173,250)
0 Favorites   0 Comments

Color spaces of #bdadfa

RGB 189173250
HSL0.700.890.83
HSV252°31°98°
CMYK 0.240.310.00   0.02
XYZ53.185247.608196.8286
Yxy47.60810.26910.2409
Hunter Lab68.998616.8430-34.9051
CIE-Lab74.577121.6040-36.1615

#bdadfa color RGB value is (189,173,250).

#bdadfa hex color red value is 189, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bdadfa hue: 0.70 , saturation: 0.89 and the lightness value of bdadfa is 0.83.

The process color (four color CMYK) of #bdadfa color hex is 0.24, 0.31, 0.00, 0.02. Web safe color of #bdadfa is #cc99ff. Color #bdadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11111010
Octal 275 255 372
Decimal 189 173 250
Hex BD AD FA

RGB Percentages of Color #bdadfa

%30.88
%28.27
%40.85

CMYK Percentages of Color #bdadfa

%24
%31
%0
%2

Triadic Colors of #bdadfa

#bdadfa #fabdad #adfabd

Analogous Colors of #bdadfa

#bdadfa #e4adfa #adc4fa

Monochromatic Colors of #bdadfa

#bdadfa

Complementary Color

#bdadfa #eafaad

#bdadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadfa Color CSS Codes

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

#bdadfa Text Font Color

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

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


#bdadfa Background Color

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

This div background color is #bdadfa


#bdadfa Border Color

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

This div border color is #bdadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadfa

Related Colors


Comments

No comments written yet.

Please login to write comment.