Color Hex Logo

#bd5dfa Color Hex

#BD5DFA
(189,93,250)
0 Favorites   0 Comments

Color spaces of #bd5dfa

RGB 18993250
HSL0.770.940.67
HSV277°63°98°
CMYK 0.240.630.00   0.02
XYZ42.155925.549693.1522
Yxy25.54960.26210.1588
Hunter Lab50.546660.4125-73.8827
CIE-Lab57.607064.0369-62.9546

#bd5dfa color RGB value is (189,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 11111010
Octal 275 135 372
Decimal 189 93 250
Hex BD 5D FA

RGB Percentages of Color #bd5dfa

%35.53
%17.48
%46.99

CMYK Percentages of Color #bd5dfa

%24
%63
%0
%2

Triadic Colors of #bd5dfa

#bd5dfa #fabd5d #5dfabd

Analogous Colors of #bd5dfa

#bd5dfa #fa5de9 #6f5dfa

Monochromatic Colors of #bd5dfa

#bd5dfa

Complementary Color

#bd5dfa #9afa5d

#bd5dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dfa Color CSS Codes

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

#bd5dfa Text Font Color

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

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


#bd5dfa Background Color

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

This div background color is #bd5dfa


#bd5dfa Border Color

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

This div border color is #bd5dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dfa


Comments

No comments written yet.

Please login to write comment.