Color Hex Logo

#bd5afa Color Hex

#BD5AFA
(189,90,250)
0 Favorites   0 Comments

Color spaces of #bd5afa

RGB 18990250
HSL0.770.940.67
HSV277°64°98°
CMYK 0.240.640.00   0.02
XYZ41.897725.033393.0661
Yxy25.03330.26190.1565
Hunter Lab50.033361.9170-75.2611
CIE-Lab57.107965.4085-63.7568

#bd5afa color RGB value is (189,90,250).

#bd5afa hex color red value is 189, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bd5afa hue: 0.77 , saturation: 0.94 and the lightness value of bd5afa is 0.67.

The process color (four color CMYK) of #bd5afa color hex is 0.24, 0.64, 0.00, 0.02. Web safe color of #bd5afa is #cc66ff. Color #bd5afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11111010
Octal 275 132 372
Decimal 189 90 250
Hex BD 5A FA

RGB Percentages of Color #bd5afa

%35.73
%17.01
%47.26

CMYK Percentages of Color #bd5afa

%24
%64
%0
%2

Triadic Colors of #bd5afa

#bd5afa #fabd5a #5afabd

Analogous Colors of #bd5afa

#bd5afa #fa5ae7 #6d5afa

Monochromatic Colors of #bd5afa

#bd5afa

Complementary Color

#bd5afa #97fa5a

#bd5afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5afa Color CSS Codes

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

#bd5afa Text Font Color

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

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


#bd5afa Background Color

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

This div background color is #bd5afa


#bd5afa Border Color

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

This div border color is #bd5afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5afa


Comments

No comments written yet.

Please login to write comment.