Color Hex Logo

#537acc Color Hex

#537ACC
(83,122,204)
0 Favorites   0 Comments

Color spaces of #537acc

RGB 83122204
HSL0.610.540.56
HSV221°59°80°
CMYK 0.590.400.00   0.20
XYZ21.425920.117759.8806
Yxy20.11770.21130.1984
Hunter Lab44.85286.7761-47.7581
CIE-Lab51.970011.3269-46.6699

#537acc color RGB value is (83,122,204).

#537acc hex color red value is 83, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #537acc hue: 0.61 , saturation: 0.54 and the lightness value of 537acc is 0.56.

The process color (four color CMYK) of #537acc color hex is 0.59, 0.40, 0.00, 0.20. Web safe color of #537acc is #6666cc. Color #537acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 11001100
Octal 123 172 314
Decimal 83 122 204
Hex 53 7A CC

RGB Percentages of Color #537acc

%20.29
%29.83
%49.88

CMYK Percentages of Color #537acc

%59
%40
%0
%20

Triadic Colors of #537acc

#537acc #cc537a #7acc53

Analogous Colors of #537acc

#537acc #6953cc #53b7cc

Monochromatic Colors of #537acc

#537acc

Complementary Color

#537acc #cca553

#537acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#537acc Color CSS Codes

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

#537acc Text Font Color

<p style="color:#537acc">Text here</p>

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


#537acc Background Color

<div style="background-color:#537acc">
Div content here</div>

This div background color is #537acc


#537acc Border Color

<div style="border:3px solid #537acc">
Div here</div>

This div border color is #537acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,122,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #537acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #537acc;
  -webkit-box-shadow: 1px 1px 3px 2px #537acc;
  box-shadow:         1px 1px 3px 2px #537acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,122,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537acc


Comments

No comments written yet.

Please login to write comment.