Color Hex Logo

#5613da Color Hex

#5613DA
(86,19,218)
0 Favorites   0 Comments

Color spaces of #5613da

RGB 8619218
HSL0.720.840.46
HSV260°91°85°
CMYK 0.610.910.00   0.15
XYZ16.72557.506166.8970
Yxy7.50610.18350.0824
Hunter Lab27.397361.0256-125.5927
CIE-Lab32.932469.2731-85.6586

#5613da color RGB value is (86,19,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 11011010
Octal 126 23 332
Decimal 86 19 218
Hex 56 13 DA

RGB Percentages of Color #5613da

%26.63
%5.88
%67.49

CMYK Percentages of Color #5613da

%61
%91
%0
%15

Triadic Colors of #5613da

#5613da #da5613 #13da56

Analogous Colors of #5613da

#5613da #ba13da #1333da

Monochromatic Colors of #5613da

#5613da

Complementary Color

#5613da #97da13

#5613da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5613da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5613da Color CSS Codes

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

#5613da Text Font Color

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

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


#5613da Background Color

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

This div background color is #5613da


#5613da Border Color

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

This div border color is #5613da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,19,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5613da


Comments

No comments written yet.

Please login to write comment.