Color Hex Logo

#4553db Color Hex

#4553DB
(69,83,219)
0 Favorites   0 Comments

Color spaces of #4553db

RGB 6983219
HSL0.650.680.56
HSV234°68°86°
CMYK 0.680.620.00   0.14
XYZ18.333712.566268.4771
Yxy12.56620.18450.1264
Hunter Lab35.448830.2825-89.7173
CIE-Lab42.102238.4548-71.1768

#4553db color RGB value is (69,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010011 11011011
Octal 105 123 333
Decimal 69 83 219
Hex 45 53 DB

RGB Percentages of Color #4553db

%18.60
%22.37
%59.03

CMYK Percentages of Color #4553db

%68
%62
%0
%14

Triadic Colors of #4553db

#4553db #db4553 #53db45

Analogous Colors of #4553db

#4553db #8245db #459edb

Monochromatic Colors of #4553db

#4553db

Complementary Color

#4553db #dbcd45

#4553db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4553db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4553db Color CSS Codes

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

#4553db Text Font Color

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

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


#4553db Background Color

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

This div background color is #4553db


#4553db Border Color

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

This div border color is #4553db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4553db


Comments

No comments written yet.

Please login to write comment.