Color Hex Logo

#5403db Color Hex

#5403DB
(84,3,219)
0 Favorites   0 Comments

Color spaces of #5403db

RGB 843219
HSL0.730.970.44
HSV263°99°86°
CMYK 0.620.990.00   0.14
XYZ16.47497.064467.5131
Yxy7.06440.18090.0776
Hunter Lab26.578964.1297-131.9971
CIE-Lab31.953172.0878-87.8674

#5403db color RGB value is (84,3,219).

#5403db hex color red value is 84, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5403db hue: 0.73 , saturation: 0.97 and the lightness value of 5403db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000011 11011011
Octal 124 3 333
Decimal 84 3 219
Hex 54 3 DB

RGB Percentages of Color #5403db

%27.45
%0.98
%71.57

CMYK Percentages of Color #5403db

%62
%99
%0
%14

Triadic Colors of #5403db

#5403db #db5403 #03db54

Analogous Colors of #5403db

#5403db #c003db #031edb

Monochromatic Colors of #5403db

#5403db

Complementary Color

#5403db #8adb03

#5403db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5403db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5403db Color CSS Codes

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

#5403db Text Font Color

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

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


#5403db Background Color

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

This div background color is #5403db


#5403db Border Color

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

This div border color is #5403db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5403db


Comments

No comments written yet.

Please login to write comment.