Color Hex Logo

#b519ad Color Hex

#B519AD
(181,25,173)
0 Favorites   0 Comments

Color spaces of #b519ad

RGB 18125173
HSL0.840.760.40
HSV303°86°71°
CMYK 0.000.860.04   0.29
XYZ26.946513.536140.7277
Yxy13.53610.33180.1667
Hunter Lab36.791466.3506-39.8793
CIE-Lab43.560271.7419-41.4132

#b519ad color RGB value is (181,25,173).

#b519ad hex color red value is 181, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b519ad hue: 0.84 , saturation: 0.76 and the lightness value of b519ad is 0.40.

The process color (four color CMYK) of #b519ad color hex is 0.00, 0.86, 0.04, 0.29. Web safe color of #b519ad is #cc0099. Color #b519ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 10101101
Octal 265 31 255
Decimal 181 25 173
Hex B5 19 AD

RGB Percentages of Color #b519ad

%47.76
%6.60
%45.65

CMYK Percentages of Color #b519ad

%0
%86
%4
%29

Triadic Colors of #b519ad

#b519ad #adb519 #19adb5

Analogous Colors of #b519ad

#b519ad #b5195f #6f19b5

Monochromatic Colors of #b519ad

#b519ad

Complementary Color

#b519ad #19b521

#b519ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519ad Color CSS Codes

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

#b519ad Text Font Color

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

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


#b519ad Background Color

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

This div background color is #b519ad


#b519ad Border Color

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

This div border color is #b519ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519ad


Comments

No comments written yet.

Please login to write comment.