Color Hex Logo

#bdabf9 Color Hex

#BDABF9
(189,171,249)
0 Favorites   0 Comments

Color spaces of #bdabf9

RGB 189171249
HSL0.710.870.82
HSV254°31°98°
CMYK 0.240.310.00   0.02
XYZ52.648146.784295.8779
Yxy46.78420.26960.2395
Hunter Lab68.399017.6969-35.2302
CIE-Lab74.051522.4776-36.4361

#bdabf9 color RGB value is (189,171,249).

#bdabf9 hex color red value is 189, green value is 171 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bdabf9 hue: 0.71 , saturation: 0.87 and the lightness value of bdabf9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11111001
Octal 275 253 371
Decimal 189 171 249
Hex BD AB F9

RGB Percentages of Color #bdabf9

%31.03
%28.08
%40.89

CMYK Percentages of Color #bdabf9

%24
%31
%0
%2

Triadic Colors of #bdabf9

#bdabf9 #f9bdab #abf9bd

Analogous Colors of #bdabf9

#bdabf9 #e4abf9 #abc0f9

Monochromatic Colors of #bdabf9

#bdabf9

Complementary Color

#bdabf9 #e7f9ab

#bdabf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabf9 Color CSS Codes

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

#bdabf9 Text Font Color

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

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


#bdabf9 Background Color

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

This div background color is #bdabf9


#bdabf9 Border Color

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

This div border color is #bdabf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabf9


Comments

No comments written yet.

Please login to write comment.