Color Hex Logo

#b50ad5 Color Hex

#B50AD5
(181,10,213)
0 Favorites   0 Comments

Color spaces of #b50ad5

RGB 18110213
HSL0.810.910.44
HSV291°95°84°
CMYK 0.150.950.00   0.16
XYZ31.174814.844964.1731
Yxy14.84490.28290.1347
Hunter Lab38.529177.0027-71.7816
CIE-Lab45.421080.0736-61.7867

#b50ad5 color RGB value is (181,10,213).

#b50ad5 hex color red value is 181, green value is 10 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b50ad5 hue: 0.81 , saturation: 0.91 and the lightness value of b50ad5 is 0.44.

The process color (four color CMYK) of #b50ad5 color hex is 0.15, 0.95, 0.00, 0.16. Web safe color of #b50ad5 is #cc00cc. Color #b50ad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001010 11010101
Octal 265 12 325
Decimal 181 10 213
Hex B5 A D5

RGB Percentages of Color #b50ad5

%44.80
%2.48
%52.72

CMYK Percentages of Color #b50ad5

%15
%95
%0
%16

Triadic Colors of #b50ad5

#b50ad5 #d5b50a #0ad5b5

Analogous Colors of #b50ad5

#b50ad5 #d50a90 #500ad5

Monochromatic Colors of #b50ad5

#b50ad5

Complementary Color

#b50ad5 #2ad50a

#b50ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50ad5 Color CSS Codes

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

#b50ad5 Text Font Color

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

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


#b50ad5 Background Color

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

This div background color is #b50ad5


#b50ad5 Border Color

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

This div border color is #b50ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50ad5


Comments

No comments written yet.

Please login to write comment.