Color Hex Logo

#5273ad Color Hex

#5273AD
(82,115,173)
0 Favorites   0 Comments

Color spaces of #5273ad

RGB 82115173
HSL0.610.360.50
HSV218°53°68°
CMYK 0.530.340.00   0.32
XYZ17.153217.072441.9264
Yxy17.07240.22520.2242
Hunter Lab41.31881.7952-31.2388
CIE-Lab48.35115.1811-34.5530

#5273ad color RGB value is (82,115,173).

#5273ad hex color red value is 82, green value is 115 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5273ad hue: 0.61 , saturation: 0.36 and the lightness value of 5273ad is 0.50.

The process color (four color CMYK) of #5273ad color hex is 0.53, 0.34, 0.00, 0.32. Web safe color of #5273ad is #666699. Color #5273ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110011 10101101
Octal 122 163 255
Decimal 82 115 173
Hex 52 73 AD

RGB Percentages of Color #5273ad

%22.16
%31.08
%46.76

CMYK Percentages of Color #5273ad

%53
%34
%0
%32

Triadic Colors of #5273ad

#5273ad #ad5273 #73ad52

Analogous Colors of #5273ad

#5273ad #5e52ad #52a1ad

Monochromatic Colors of #5273ad

#5273ad

Complementary Color

#5273ad #ad8c52

#5273ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5273ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5273ad Color CSS Codes

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

#5273ad Text Font Color

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

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


#5273ad Background Color

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

This div background color is #5273ad


#5273ad Border Color

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

This div border color is #5273ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,115,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 #5273ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5273ad


Comments

No comments written yet.

Please login to write comment.