Color Hex Logo

#5472da Color Hex

#5472DA
(84,114,218)
0 Favorites   0 Comments

Color spaces of #5472da

RGB 84114218
HSL0.630.640.59
HSV227°61°85°
CMYK 0.610.480.00   0.15
XYZ22.328418.981468.8166
Yxy18.98140.20280.1724
Hunter Lab43.567615.2378-63.1532
CIE-Lab50.665421.1641-56.6953

#5472da color RGB value is (84,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110010 11011010
Octal 124 162 332
Decimal 84 114 218
Hex 54 72 DA

RGB Percentages of Color #5472da

%20.19
%27.40
%52.40

CMYK Percentages of Color #5472da

%61
%48
%0
%15

Triadic Colors of #5472da

#5472da #da5472 #72da54

Analogous Colors of #5472da

#5472da #7954da #54b5da

Monochromatic Colors of #5472da

#5472da

Complementary Color

#5472da #dabc54

#5472da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5472da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5472da Color CSS Codes

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

#5472da Text Font Color

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

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


#5472da Background Color

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

This div background color is #5472da


#5472da Border Color

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

This div border color is #5472da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,114,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5472da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5472da


Comments

No comments written yet.

Please login to write comment.