Color Hex Logo

#5609db Color Hex

#5609DB
(86,9,219)
0 Favorites   0 Comments

Color spaces of #5609db

RGB 869219
HSL0.730.920.45
HSV262°96°86°
CMYK 0.610.960.00   0.14
XYZ16.72167.288367.5433
Yxy7.28830.18260.0796
Hunter Lab26.996963.3168-129.4396
CIE-Lab32.454471.3114-87.0285

#5609db color RGB value is (86,9,219).

#5609db hex color red value is 86, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5609db hue: 0.73 , saturation: 0.92 and the lightness value of 5609db is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001001 11011011
Octal 126 11 333
Decimal 86 9 219
Hex 56 9 DB

RGB Percentages of Color #5609db

%27.39
%2.87
%69.75

CMYK Percentages of Color #5609db

%61
%96
%0
%14

Triadic Colors of #5609db

#5609db #db5609 #09db56

Analogous Colors of #5609db

#5609db #bf09db #0925db

Monochromatic Colors of #5609db

#5609db

Complementary Color

#5609db #8edb09

#5609db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5609db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5609db Color CSS Codes

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

#5609db Text Font Color

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

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


#5609db Background Color

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

This div background color is #5609db


#5609db Border Color

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

This div border color is #5609db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5609db


Comments

No comments written yet.

Please login to write comment.