Color Hex Logo

#b50de5 Color Hex

#B50DE5
(181,13,229)
0 Favorites   0 Comments

Color spaces of #b50de5

RGB 18113229
HSL0.800.890.47
HSV287°94°90°
CMYK 0.210.940.00   0.10
XYZ33.342815.768775.4151
Yxy15.76870.26780.1266
Hunter Lab39.709880.3873-84.8040
CIE-Lab46.669682.5069-68.9040

#b50de5 color RGB value is (181,13,229).

#b50de5 hex color red value is 181, green value is 13 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b50de5 hue: 0.80 , saturation: 0.89 and the lightness value of b50de5 is 0.47.

The process color (four color CMYK) of #b50de5 color hex is 0.21, 0.94, 0.00, 0.10. Web safe color of #b50de5 is #cc00cc. Color #b50de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001101 11100101
Octal 265 15 345
Decimal 181 13 229
Hex B5 D E5

RGB Percentages of Color #b50de5

%42.79
%3.07
%54.14

CMYK Percentages of Color #b50de5

%21
%94
%0
%10

Triadic Colors of #b50de5

#b50de5 #e5b50d #0de5b5

Analogous Colors of #b50de5

#b50de5 #e50da9 #490de5

Monochromatic Colors of #b50de5

#b50de5

Complementary Color

#b50de5 #3de50d

#b50de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50de5 Color CSS Codes

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

#b50de5 Text Font Color

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

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


#b50de5 Background Color

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

This div background color is #b50de5


#b50de5 Border Color

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

This div border color is #b50de5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,13,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b50de5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b50de5;
  -webkit-box-shadow: 1px 1px 3px 2px #b50de5;
  box-shadow:         1px 1px 3px 2px #b50de5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,13,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50de5


Comments

No comments written yet.

Please login to write comment.