Color Hex Logo

#bd50fd Color Hex

#BD50FD
(189,80,253)
0 Favorites   0 Comments

Color spaces of #bd50fd

RGB 18980253
HSL0.770.980.65
HSV278°68°99°
CMYK 0.250.680.00   0.01
XYZ41.584523.648095.3013
Yxy23.64800.25900.1473
Hunter Lab48.629267.5403-82.1534
CIE-Lab55.733670.3813-67.6336

#bd50fd color RGB value is (189,80,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 11111101
Octal 275 120 375
Decimal 189 80 253
Hex BD 50 FD

RGB Percentages of Color #bd50fd

%36.21
%15.33
%48.47

CMYK Percentages of Color #bd50fd

%25
%68
%0
%1

Triadic Colors of #bd50fd

#bd50fd #fdbd50 #50fdbd

Analogous Colors of #bd50fd

#bd50fd #fd50e7 #6750fd

Monochromatic Colors of #bd50fd

#bd50fd

Complementary Color

#bd50fd #90fd50

#bd50fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd50fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd50fd Color CSS Codes

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

#bd50fd Text Font Color

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

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


#bd50fd Background Color

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

This div background color is #bd50fd


#bd50fd Border Color

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

This div border color is #bd50fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd50fd

Related Colors


Comments

No comments written yet.

Please login to write comment.