Color Hex Logo

#5540db Color Hex

#5540DB
(85,64,219)
0 Favorites   0 Comments

Color spaces of #5540db

RGB 8564219
HSL0.690.680.55
HSV248°71°86°
CMYK 0.610.710.00   0.14
XYZ18.365910.712668.1176
Yxy10.71260.18900.1102
Hunter Lab32.730142.8843-100.4827
CIE-Lab39.092151.5983-76.0662

#5540db color RGB value is (85,64,219).

#5540db hex color red value is 85, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5540db hue: 0.69 , saturation: 0.68 and the lightness value of 5540db is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 11011011
Octal 125 100 333
Decimal 85 64 219
Hex 55 40 DB

RGB Percentages of Color #5540db

%23.10
%17.39
%59.51

CMYK Percentages of Color #5540db

%61
%71
%0
%14

Triadic Colors of #5540db

#5540db #db5540 #40db55

Analogous Colors of #5540db

#5540db #a340db #4079db

Monochromatic Colors of #5540db

#5540db

Complementary Color

#5540db #c6db40

#5540db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5540db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5540db Color CSS Codes

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

#5540db Text Font Color

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

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


#5540db Background Color

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

This div background color is #5540db


#5540db Border Color

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

This div border color is #5540db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5540db


Comments

No comments written yet.

Please login to write comment.