Color Hex Logo

#bd31fe Color Hex

#BD31FE
(189,49,254)
0 Favorites   0 Comments

Color spaces of #bd31fe

RGB 18949254
HSL0.780.990.59
HSV281°81°100°
CMYK 0.260.810.00   0.00
XYZ39.974020.171295.5525
Yxy20.17120.25670.1296
Hunter Lab44.912480.2763-94.7027
CIE-Lab52.030281.3795-74.1868

#bd31fe color RGB value is (189,49,254).

#bd31fe hex color red value is 189, green value is 49 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bd31fe hue: 0.78 , saturation: 0.99 and the lightness value of bd31fe is 0.59.

The process color (four color CMYK) of #bd31fe color hex is 0.26, 0.81, 0.00, 0.00. Web safe color of #bd31fe is #cc33ff. Color #bd31fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 11111110
Octal 275 61 376
Decimal 189 49 254
Hex BD 31 FE

RGB Percentages of Color #bd31fe

%38.41
%9.96
%51.63

CMYK Percentages of Color #bd31fe

%26
%81
%0
%0

Triadic Colors of #bd31fe

#bd31fe #febd31 #31febd

Analogous Colors of #bd31fe

#bd31fe #fe31d9 #5631fe

Monochromatic Colors of #bd31fe

#bd31fe

Complementary Color

#bd31fe #72fe31

#bd31fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd31fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd31fe Color CSS Codes

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

#bd31fe Text Font Color

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

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


#bd31fe Background Color

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

This div background color is #bd31fe


#bd31fe Border Color

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

This div border color is #bd31fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,49,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd31fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd31fe

Related Colors


Comments

No comments written yet.

Please login to write comment.