Color Hex Logo

#5944db Color Hex

#5944DB
(89,68,219)
0 Favorites   0 Comments

Color spaces of #5944db

RGB 8968219
HSL0.690.680.56
HSV248°69°86°
CMYK 0.590.690.00   0.14
XYZ18.973111.372668.2130
Yxy11.37260.19250.1154
Hunter Lab33.723341.4104-96.3212
CIE-Lab40.201149.9695-74.2340

#5944db color RGB value is (89,68,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000100 11011011
Octal 131 104 333
Decimal 89 68 219
Hex 59 44 DB

RGB Percentages of Color #5944db

%23.67
%18.09
%58.24

CMYK Percentages of Color #5944db

%59
%69
%0
%14

Triadic Colors of #5944db

#5944db #db5944 #44db59

Analogous Colors of #5944db

#5944db #a544db #447bdb

Monochromatic Colors of #5944db

#5944db

Complementary Color

#5944db #c6db44

#5944db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5944db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5944db Color CSS Codes

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

#5944db Text Font Color

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

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


#5944db Background Color

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

This div background color is #5944db


#5944db Border Color

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

This div border color is #5944db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5944db


Comments

No comments written yet.

Please login to write comment.