Color Hex Logo

#bd31df Color Hex

#BD31DF
(189,49,223)
0 Favorites   0 Comments

Color spaces of #bd31df

RGB 18949223
HSL0.800.730.53
HSV288°78°87°
CMYK 0.150.780.00   0.13
XYZ35.403918.343271.4866
Yxy18.34320.28270.1465
Hunter Lab42.829072.6036-68.9817
CIE-Lab49.909875.6618-60.1899

#bd31df color RGB value is (189,49,223).

#bd31df hex color red value is 189, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd31df hue: 0.80 , saturation: 0.73 and the lightness value of bd31df is 0.53.

The process color (four color CMYK) of #bd31df color hex is 0.15, 0.78, 0.00, 0.13. Web safe color of #bd31df is #cc33cc. Color #bd31df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 11011111
Octal 275 61 337
Decimal 189 49 223
Hex BD 31 DF

RGB Percentages of Color #bd31df

%41.00
%10.63
%48.37

CMYK Percentages of Color #bd31df

%15
%78
%0
%13

Triadic Colors of #bd31df

#bd31df #dfbd31 #31dfbd

Analogous Colors of #bd31df

#bd31df #df31aa #6631df

Monochromatic Colors of #bd31df

#bd31df

Complementary Color

#bd31df #53df31

#bd31df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd31df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd31df Color CSS Codes

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

#bd31df Text Font Color

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

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


#bd31df Background Color

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

This div background color is #bd31df


#bd31df Border Color

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

This div border color is #bd31df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd31df


Comments

No comments written yet.

Please login to write comment.