Color Hex Logo

#bd9afa Color Hex

#BD9AFA
(189,154,250)
0 Favorites   0 Comments

Color spaces of #bd9afa

RGB 189154250
HSL0.730.910.79
HSV262°38°98°
CMYK 0.240.380.00   0.02
XYZ49.797240.832195.6993
Yxy40.83210.26730.2191
Hunter Lab63.900027.2799-44.0652
CIE-Lab70.058132.1407-43.2022

#bd9afa color RGB value is (189,154,250).

#bd9afa hex color red value is 189, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bd9afa hue: 0.73 , saturation: 0.91 and the lightness value of bd9afa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011010 11111010
Octal 275 232 372
Decimal 189 154 250
Hex BD 9A FA

RGB Percentages of Color #bd9afa

%31.87
%25.97
%42.16

CMYK Percentages of Color #bd9afa

%24
%38
%0
%2

Triadic Colors of #bd9afa

#bd9afa #fabd9a #9afabd

Analogous Colors of #bd9afa

#bd9afa #ed9afa #9aa7fa

Monochromatic Colors of #bd9afa

#bd9afa

Complementary Color

#bd9afa #d7fa9a

#bd9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9afa Color CSS Codes

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

#bd9afa Text Font Color

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

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


#bd9afa Background Color

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

This div background color is #bd9afa


#bd9afa Border Color

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

This div border color is #bd9afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9afa


Comments

No comments written yet.

Please login to write comment.