Color Hex Logo

#b519ab Color Hex

#B519AB
(181,25,171)
0 Favorites   0 Comments

Color spaces of #b519ab

RGB 18125171
HSL0.840.760.40
HSV304°86°71°
CMYK 0.000.860.06   0.29
XYZ26.754413.459339.7159
Yxy13.45930.33470.1684
Hunter Lab36.686965.9713-38.5043
CIE-Lab43.447371.4459-40.4044

#b519ab color RGB value is (181,25,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 10101011
Octal 265 31 253
Decimal 181 25 171
Hex B5 19 AB

RGB Percentages of Color #b519ab

%48.01
%6.63
%45.36

CMYK Percentages of Color #b519ab

%0
%86
%6
%29

Triadic Colors of #b519ab

#b519ab #abb519 #19abb5

Analogous Colors of #b519ab

#b519ab #b5195d #7119b5

Monochromatic Colors of #b519ab

#b519ab

Complementary Color

#b519ab #19b523

#b519ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519ab Color CSS Codes

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

#b519ab Text Font Color

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

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


#b519ab Background Color

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

This div background color is #b519ab


#b519ab Border Color

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

This div border color is #b519ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519ab


Comments

No comments written yet.

Please login to write comment.