Color Hex Logo

#5613db Color Hex

#5613DB
(86,19,219)
0 Favorites   0 Comments

Color spaces of #5613db

RGB 8619219
HSL0.720.840.47
HSV260°91°86°
CMYK 0.610.910.00   0.14
XYZ16.85687.558767.5883
Yxy7.55870.18320.0822
Hunter Lab27.493161.3305-126.5118
CIE-Lab33.046469.5129-86.0457

#5613db color RGB value is (86,19,219).

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

The process color (four color CMYK) of #5613db color hex is 0.61, 0.91, 0.00, 0.14. Web safe color of #5613db is #6600cc. Color #5613db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 11011011
Octal 126 23 333
Decimal 86 19 219
Hex 56 13 DB

RGB Percentages of Color #5613db

%26.54
%5.86
%67.59

CMYK Percentages of Color #5613db

%61
%91
%0
%14

Triadic Colors of #5613db

#5613db #db5613 #13db56

Analogous Colors of #5613db

#5613db #ba13db #1334db

Monochromatic Colors of #5613db

#5613db

Complementary Color

#5613db #98db13

#5613db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5613db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5613db Color CSS Codes

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

#5613db Text Font Color

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

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


#5613db Background Color

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

This div background color is #5613db


#5613db Border Color

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

This div border color is #5613db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5613db


Comments

No comments written yet.

Please login to write comment.