Color Hex Logo

#5274ac Color Hex

#5274AC
(82,116,172)
0 Favorites   0 Comments

Color spaces of #5274ac

RGB 82116172
HSL0.600.350.50
HSV217°52°67°
CMYK 0.520.330.00   0.33
XYZ17.171517.263241.4568
Yxy17.26320.22630.2275
Hunter Lab41.54901.0603-30.0741
CIE-Lab48.59004.2521-33.5959

#5274ac color RGB value is (82,116,172).

#5274ac hex color red value is 82, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5274ac hue: 0.60 , saturation: 0.35 and the lightness value of 5274ac is 0.50.

The process color (four color CMYK) of #5274ac color hex is 0.52, 0.33, 0.00, 0.33. Web safe color of #5274ac is #666699. Color #5274ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110100 10101100
Octal 122 164 254
Decimal 82 116 172
Hex 52 74 AC

RGB Percentages of Color #5274ac

%22.16
%31.35
%46.49

CMYK Percentages of Color #5274ac

%52
%33
%0
%33

Triadic Colors of #5274ac

#5274ac #ac5274 #74ac52

Analogous Colors of #5274ac

#5274ac #5d52ac #52a1ac

Monochromatic Colors of #5274ac

#5274ac

Complementary Color

#5274ac #ac8a52

#5274ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5274ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5274ac Color CSS Codes

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

#5274ac Text Font Color

<p style="color:#5274ac">Text here</p>

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


#5274ac Background Color

<div style="background-color:#5274ac">
Div content here</div>

This div background color is #5274ac


#5274ac Border Color

<div style="border:3px solid #5274ac">
Div here</div>

This div border color is #5274ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,116,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5274ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5274ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5274ac;
  box-shadow:         1px 1px 3px 2px #5274ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,116,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5274ac


Comments

No comments written yet.

Please login to write comment.