Color Hex Logo

#bdabfb Color Hex

#BDABFB
(189,171,251)
0 Favorites   0 Comments

Color spaces of #bdabfb

RGB 189171251
HSL0.700.910.83
HSV254°32°98°
CMYK 0.250.320.00   0.02
XYZ52.961846.909797.5299
Yxy46.90970.26830.2376
Hunter Lab68.490718.1701-36.4848
CIE-Lab74.132022.9448-37.3921

#bdabfb color RGB value is (189,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11111011
Octal 275 253 373
Decimal 189 171 251
Hex BD AB FB

RGB Percentages of Color #bdabfb

%30.93
%27.99
%41.08

CMYK Percentages of Color #bdabfb

%25
%32
%0
%2

Triadic Colors of #bdabfb

#bdabfb #fbbdab #abfbbd

Analogous Colors of #bdabfb

#bdabfb #e5abfb #abc1fb

Monochromatic Colors of #bdabfb

#bdabfb

Complementary Color

#bdabfb #e9fbab

#bdabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabfb Color CSS Codes

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

#bdabfb Text Font Color

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

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


#bdabfb Background Color

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

This div background color is #bdabfb


#bdabfb Border Color

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

This div border color is #bdabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabfb


Comments

No comments written yet.

Please login to write comment.