Color Hex Logo

#bdaafd Color Hex

#BDAAFD
(189,170,253)
0 Favorites   0 Comments

Color spaces of #bdaafd

RGB 189170253
HSL0.700.950.83
HSV254°33°99°
CMYK 0.250.330.00   0.01
XYZ53.090646.660199.1366
Yxy46.66010.26690.2346
Hunter Lab68.308219.1947-38.2326
CIE-Lab73.971823.9683-38.7212

#bdaafd color RGB value is (189,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11111101
Octal 275 252 375
Decimal 189 170 253
Hex BD AA FD

RGB Percentages of Color #bdaafd

%30.88
%27.78
%41.34

CMYK Percentages of Color #bdaafd

%25
%33
%0
%1

Triadic Colors of #bdaafd

#bdaafd #fdbdaa #aafdbd

Analogous Colors of #bdaafd

#bdaafd #e7aafd #aac1fd

Monochromatic Colors of #bdaafd

#bdaafd

Complementary Color

#bdaafd #eafdaa

#bdaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaafd Color CSS Codes

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

#bdaafd Text Font Color

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

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


#bdaafd Background Color

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

This div background color is #bdaafd


#bdaafd Border Color

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

This div border color is #bdaafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,170,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 #bdaafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaafd


Comments

No comments written yet.

Please login to write comment.