Color Hex Logo

#bdabfd Color Hex

#BDABFD
(189,171,253)
0 Favorites   0 Comments

Color spaces of #bdabfd

RGB 189171253
HSL0.700.950.83
HSV253°32°99°
CMYK 0.250.320.00   0.01
XYZ53.278847.036599.1994
Yxy47.03650.26700.2358
Hunter Lab68.583218.6471-37.7495
CIE-Lab74.213123.4143-38.3461

#bdabfd color RGB value is (189,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11111101
Octal 275 253 375
Decimal 189 171 253
Hex BD AB FD

RGB Percentages of Color #bdabfd

%30.83
%27.90
%41.27

CMYK Percentages of Color #bdabfd

%25
%32
%0
%1

Triadic Colors of #bdabfd

#bdabfd #fdbdab #abfdbd

Analogous Colors of #bdabfd

#bdabfd #e6abfd #abc2fd

Monochromatic Colors of #bdabfd

#bdabfd

Complementary Color

#bdabfd #ebfdab

#bdabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabfd Color CSS Codes

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

#bdabfd Text Font Color

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

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


#bdabfd Background Color

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

This div background color is #bdabfd


#bdabfd Border Color

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

This div border color is #bdabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabfd


Comments

No comments written yet.

Please login to write comment.