Color Hex Logo

#bd13fa Color Hex

#BD13FA
(189,19,250)
0 Favorites   0 Comments

Color spaces of #bd13fa

RGB 18919250
HSL0.790.960.53
HSV284°92°98°
CMYK 0.240.920.00   0.02
XYZ38.474518.186791.9250
Yxy18.18670.25890.1224
Hunter Lab42.645986.4099-97.9500
CIE-Lab49.721886.5857-75.7124

#bd13fa color RGB value is (189,19,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 11111010
Octal 275 23 372
Decimal 189 19 250
Hex BD 13 FA

RGB Percentages of Color #bd13fa

%41.27
%4.15
%54.59

CMYK Percentages of Color #bd13fa

%24
%92
%0
%2

Triadic Colors of #bd13fa

#bd13fa #fabd13 #13fabd

Analogous Colors of #bd13fa

#bd13fa #fa13c4 #4913fa

Monochromatic Colors of #bd13fa

#bd13fa

Complementary Color

#bd13fa #50fa13

#bd13fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd13fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd13fa Color CSS Codes

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

#bd13fa Text Font Color

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

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


#bd13fa Background Color

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

This div background color is #bd13fa


#bd13fa Border Color

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

This div border color is #bd13fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd13fa


Comments

No comments written yet.

Please login to write comment.