Color Hex Logo

#bd51fd Color Hex

#BD51FD
(189,81,253)
0 Favorites   0 Comments

Color spaces of #bd51fd

RGB 18981253
HSL0.770.980.65
HSV278°68°99°
CMYK 0.250.680.00   0.01
XYZ41.658323.795595.3259
Yxy23.79550.25910.1480
Hunter Lab48.780667.0716-81.7166
CIE-Lab55.882569.9642-67.3935

#bd51fd color RGB value is (189,81,253).

#bd51fd hex color red value is 189, green value is 81 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd51fd hue: 0.77 , saturation: 0.98 and the lightness value of bd51fd is 0.65.

The process color (four color CMYK) of #bd51fd color hex is 0.25, 0.68, 0.00, 0.01. Web safe color of #bd51fd is #cc66ff. Color #bd51fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 11111101
Octal 275 121 375
Decimal 189 81 253
Hex BD 51 FD

RGB Percentages of Color #bd51fd

%36.14
%15.49
%48.37

CMYK Percentages of Color #bd51fd

%25
%68
%0
%1

Triadic Colors of #bd51fd

#bd51fd #fdbd51 #51fdbd

Analogous Colors of #bd51fd

#bd51fd #fd51e7 #6751fd

Monochromatic Colors of #bd51fd

#bd51fd

Complementary Color

#bd51fd #91fd51

#bd51fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd51fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd51fd Color CSS Codes

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

#bd51fd Text Font Color

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

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


#bd51fd Background Color

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

This div background color is #bd51fd


#bd51fd Border Color

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

This div border color is #bd51fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd51fd

Related Colors


Comments

No comments written yet.

Please login to write comment.