Color Hex Logo

#bd4dfa Color Hex

#BD4DFA
(189,77,250)
0 Favorites   0 Comments

Color spaces of #bd4dfa

RGB 18977250
HSL0.770.950.64
HSV279°69°98°
CMYK 0.240.690.00   0.02
XYZ40.895523.028792.7320
Yxy23.02870.26110.1470
Hunter Lab47.988268.1380-80.9797
CIE-Lab55.101970.9963-66.9879

#bd4dfa color RGB value is (189,77,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001101 11111010
Octal 275 115 372
Decimal 189 77 250
Hex BD 4D FA

RGB Percentages of Color #bd4dfa

%36.63
%14.92
%48.45

CMYK Percentages of Color #bd4dfa

%24
%69
%0
%2

Triadic Colors of #bd4dfa

#bd4dfa #fabd4d #4dfabd

Analogous Colors of #bd4dfa

#bd4dfa #fa4de1 #674dfa

Monochromatic Colors of #bd4dfa

#bd4dfa

Complementary Color

#bd4dfa #8afa4d

#bd4dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4dfa Color CSS Codes

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

#bd4dfa Text Font Color

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

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


#bd4dfa Background Color

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

This div background color is #bd4dfa


#bd4dfa Border Color

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

This div border color is #bd4dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.