Color Hex Logo

#bd15fa Color Hex

#BD15FA
(189,21,250)
0 Favorites   0 Comments

Color spaces of #bd15fa

RGB 18921250
HSL0.790.960.53
HSV284°92°98°
CMYK 0.240.920.00   0.02
XYZ38.509818.257391.9368
Yxy18.25730.25900.1228
Hunter Lab42.728686.1010-97.6612
CIE-Lab49.806786.3327-75.5741

#bd15fa color RGB value is (189,21,250).

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

The process color (four color CMYK) of #bd15fa color hex is 0.24, 0.92, 0.00, 0.02. Web safe color of #bd15fa is #cc00ff. Color #bd15fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 11111010
Octal 275 25 372
Decimal 189 21 250
Hex BD 15 FA

RGB Percentages of Color #bd15fa

%41.09
%4.57
%54.35

CMYK Percentages of Color #bd15fa

%24
%92
%0
%2

Triadic Colors of #bd15fa

#bd15fa #fabd15 #15fabd

Analogous Colors of #bd15fa

#bd15fa #fa15c5 #4b15fa

Monochromatic Colors of #bd15fa

#bd15fa

Complementary Color

#bd15fa #52fa15

#bd15fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd15fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd15fa Color CSS Codes

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

#bd15fa Text Font Color

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

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


#bd15fa Background Color

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

This div background color is #bd15fa


#bd15fa Border Color

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

This div border color is #bd15fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd15fa


Comments

No comments written yet.

Please login to write comment.