Color Hex Logo

#5472db Color Hex

#5472DB
(84,114,219)
0 Favorites   0 Comments

Color spaces of #5472db

RGB 84114219
HSL0.630.650.59
HSV227°62°86°
CMYK 0.620.480.00   0.14
XYZ22.459719.033969.5080
Yxy19.03390.20230.1715
Hunter Lab43.627915.5434-63.9215
CIE-Lab50.726821.5029-57.1623

#5472db color RGB value is (84,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110010 11011011
Octal 124 162 333
Decimal 84 114 219
Hex 54 72 DB

RGB Percentages of Color #5472db

%20.14
%27.34
%52.52

CMYK Percentages of Color #5472db

%62
%48
%0
%14

Triadic Colors of #5472db

#5472db #db5472 #72db54

Analogous Colors of #5472db

#5472db #7a54db #54b6db

Monochromatic Colors of #5472db

#5472db

Complementary Color

#5472db #dbbd54

#5472db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5472db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5472db Color CSS Codes

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

#5472db Text Font Color

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

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


#5472db Background Color

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

This div background color is #5472db


#5472db Border Color

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

This div border color is #5472db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5472db


Comments

No comments written yet.

Please login to write comment.