Color Hex Logo

#0542ad Color Hex

#0542AD
(5,66,173)
0 Favorites   0 Comments

Color spaces of #0542ad

RGB 566173
HSL0.610.940.35
HSV218°97°68°
CMYK 0.970.620.00   0.32
XYZ9.55366.945840.3723
Yxy6.94580.16800.1221
Hunter Lab26.354918.5849-72.3762
CIE-Lab31.683226.9457-61.4703

#0542ad color RGB value is (5,66,173).

#0542ad hex color red value is 5, green value is 66 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0542ad hue: 0.61 , saturation: 0.94 and the lightness value of 0542ad is 0.35.

The process color (four color CMYK) of #0542ad color hex is 0.97, 0.62, 0.00, 0.32. Web safe color of #0542ad is #003399. Color #0542ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000010 10101101
Octal 5 102 255
Decimal 5 66 173
Hex 5 42 AD

RGB Percentages of Color #0542ad

%2.05
%27.05
%70.90

CMYK Percentages of Color #0542ad

%97
%62
%0
%32

Triadic Colors of #0542ad

#0542ad #ad0542 #42ad05

Analogous Colors of #0542ad

#0542ad #1c05ad #0596ad

Monochromatic Colors of #0542ad

#0542ad

Complementary Color

#0542ad #ad7005

#0542ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0542ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0542ad Color CSS Codes

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

#0542ad Text Font Color

<p style="color:#0542ad">Text here</p>

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


#0542ad Background Color

<div style="background-color:#0542ad">
Div content here</div>

This div background color is #0542ad


#0542ad Border Color

<div style="border:3px solid #0542ad">
Div here</div>

This div border color is #0542ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,66,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0542ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0542ad;
  -webkit-box-shadow: 1px 1px 3px 2px #0542ad;
  box-shadow:         1px 1px 3px 2px #0542ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,66,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0542ad


Comments

No comments written yet.

Please login to write comment.