Color Hex Logo

#bda9fd Color Hex

#BDA9FD
(189,169,253)
0 Favorites   0 Comments

Color spaces of #bda9fd

RGB 189169253
HSL0.710.950.83
HSV254°33°99°
CMYK 0.250.330.00   0.01
XYZ52.903946.286699.0744
Yxy46.28660.26680.2335
Hunter Lab68.034319.7429-38.7167
CIE-Lab73.731124.5226-39.0956

#bda9fd color RGB value is (189,169,253).

#bda9fd hex color red value is 189, green value is 169 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bda9fd hue: 0.71 , saturation: 0.95 and the lightness value of bda9fd is 0.83.

The process color (four color CMYK) of #bda9fd color hex is 0.25, 0.33, 0.00, 0.01. Web safe color of #bda9fd is #cc99ff. Color #bda9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 11111101
Octal 275 251 375
Decimal 189 169 253
Hex BD A9 FD

RGB Percentages of Color #bda9fd

%30.93
%27.66
%41.41

CMYK Percentages of Color #bda9fd

%25
%33
%0
%1

Triadic Colors of #bda9fd

#bda9fd #fdbda9 #a9fdbd

Analogous Colors of #bda9fd

#bda9fd #e7a9fd #a9bffd

Monochromatic Colors of #bda9fd

#bda9fd

Complementary Color

#bda9fd #e9fda9

#bda9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda9fd Color CSS Codes

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

#bda9fd Text Font Color

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

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


#bda9fd Background Color

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

This div background color is #bda9fd


#bda9fd Border Color

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

This div border color is #bda9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda9fd


Comments

No comments written yet.

Please login to write comment.