Color Hex Logo

#b519db Color Hex

#B519DB
(181,25,219)
0 Favorites   0 Comments

Color spaces of #b519db

RGB 18125219
HSL0.800.800.48
HSV288°89°86°
CMYK 0.170.890.00   0.14
XYZ32.189915.633568.3388
Yxy15.63350.27710.1346
Hunter Lab39.539276.1278-74.7982
CIE-Lab46.489979.1690-63.4963

#b519db color RGB value is (181,25,219).

#b519db hex color red value is 181, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b519db hue: 0.80 , saturation: 0.80 and the lightness value of b519db is 0.48.

The process color (four color CMYK) of #b519db color hex is 0.17, 0.89, 0.00, 0.14. Web safe color of #b519db is #cc00cc. Color #b519db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 11011011
Octal 265 31 333
Decimal 181 25 219
Hex B5 19 DB

RGB Percentages of Color #b519db

%42.59
%5.88
%51.53

CMYK Percentages of Color #b519db

%17
%89
%0
%14

Triadic Colors of #b519db

#b519db #dbb519 #19dbb5

Analogous Colors of #b519db

#b519db #db19a0 #5419db

Monochromatic Colors of #b519db

#b519db

Complementary Color

#b519db #3fdb19

#b519db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519db Color CSS Codes

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

#b519db Text Font Color

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

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


#b519db Background Color

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

This div background color is #b519db


#b519db Border Color

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

This div border color is #b519db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519db


Comments

No comments written yet.

Please login to write comment.