Color Hex Logo

#5354db Color Hex

#5354DB
(83,84,219)
0 Favorites   0 Comments

Color spaces of #5354db

RGB 8384219
HSL0.670.650.59
HSV240°62°86°
CMYK 0.620.620.00   0.14
XYZ19.523813.294168.5548
Yxy13.29410.19260.1311
Hunter Lab36.461131.7745-85.9554
CIE-Lab43.203139.8301-69.3435

#5354db color RGB value is (83,84,219).

#5354db hex color red value is 83, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5354db hue: 0.67 , saturation: 0.65 and the lightness value of 5354db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 11011011
Octal 123 124 333
Decimal 83 84 219
Hex 53 54 DB

RGB Percentages of Color #5354db

%21.50
%21.76
%56.74

CMYK Percentages of Color #5354db

%62
%62
%0
%14

Triadic Colors of #5354db

#5354db #db5354 #54db53

Analogous Colors of #5354db

#5354db #9653db #5398db

Monochromatic Colors of #5354db

#5354db

Complementary Color

#5354db #dbda53

#5354db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5354db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5354db Color CSS Codes

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

#5354db Text Font Color

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

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


#5354db Background Color

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

This div background color is #5354db


#5354db Border Color

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

This div border color is #5354db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5354db


Comments

No comments written yet.

Please login to write comment.