Color Hex Logo

#b513db Color Hex

#B513DB
(181,19,219)
0 Favorites   0 Comments

Color spaces of #b513db

RGB 18119219
HSL0.800.840.47
HSV289°91°86°
CMYK 0.170.910.00   0.14
XYZ32.075115.404068.3006
Yxy15.40400.27700.1330
Hunter Lab39.247977.1940-75.7050
CIE-Lab46.182680.0787-63.9942

#b513db color RGB value is (181,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 11011011
Octal 265 23 333
Decimal 181 19 219
Hex B5 13 DB

RGB Percentages of Color #b513db

%43.20
%4.53
%52.27

CMYK Percentages of Color #b513db

%17
%91
%0
%14

Triadic Colors of #b513db

#b513db #dbb513 #13dbb5

Analogous Colors of #b513db

#b513db #db139d #5113db

Monochromatic Colors of #b513db

#b513db

Complementary Color

#b513db #39db13

#b513db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b513db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b513db Color CSS Codes

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

#b513db Text Font Color

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

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


#b513db Background Color

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

This div background color is #b513db


#b513db Border Color

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

This div border color is #b513db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,19,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 #b513db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b513db


Comments

No comments written yet.

Please login to write comment.