Color Hex Logo

#bd50e9 Color Hex

#BD50E9
(189,80,233)
0 Favorites   0 Comments

Color spaces of #bd50e9

RGB 18980233
HSL0.790.780.61
HSV283°66°91°
CMYK 0.190.660.00   0.09
XYZ38.562922.439379.3895
Yxy22.43930.27470.1598
Hunter Lab47.370162.4149-66.2074
CIE-Lab54.490066.3159-58.4759

#bd50e9 color RGB value is (189,80,233).

#bd50e9 hex color red value is 189, green value is 80 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bd50e9 hue: 0.79 , saturation: 0.78 and the lightness value of bd50e9 is 0.61.

The process color (four color CMYK) of #bd50e9 color hex is 0.19, 0.66, 0.00, 0.09. Web safe color of #bd50e9 is #cc66ff. Color #bd50e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 11101001
Octal 275 120 351
Decimal 189 80 233
Hex BD 50 E9

RGB Percentages of Color #bd50e9

%37.65
%15.94
%46.41

CMYK Percentages of Color #bd50e9

%19
%66
%0
%9

Triadic Colors of #bd50e9

#bd50e9 #e9bd50 #50e9bd

Analogous Colors of #bd50e9

#bd50e9 #e950c9 #7150e9

Monochromatic Colors of #bd50e9

#bd50e9

Complementary Color

#bd50e9 #7ce950

#bd50e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd50e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd50e9 Color CSS Codes

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

#bd50e9 Text Font Color

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

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


#bd50e9 Background Color

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

This div background color is #bd50e9


#bd50e9 Border Color

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

This div border color is #bd50e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd50e9


Comments

No comments written yet.

Please login to write comment.