Color Hex Logo

#537aca Color Hex

#537ACA
(83,122,202)
0 Favorites   0 Comments

Color spaces of #537aca

RGB 83122202
HSL0.610.530.56
HSV220°59°79°
CMYK 0.590.400.00   0.21
XYZ21.187520.022358.6251
Yxy20.02230.21220.2006
Hunter Lab44.74636.2143-46.3574
CIE-Lab51.862410.6579-45.7022

#537aca color RGB value is (83,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 11001010
Octal 123 172 312
Decimal 83 122 202
Hex 53 7A CA

RGB Percentages of Color #537aca

%20.39
%29.98
%49.63

CMYK Percentages of Color #537aca

%59
%40
%0
%21

Triadic Colors of #537aca

#537aca #ca537a #7aca53

Analogous Colors of #537aca

#537aca #6853ca #53b6ca

Monochromatic Colors of #537aca

#537aca

Complementary Color

#537aca #caa353

#537aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#537aca Color CSS Codes

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

#537aca Text Font Color

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

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


#537aca Background Color

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

This div background color is #537aca


#537aca Border Color

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

This div border color is #537aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537aca


Comments

No comments written yet.

Please login to write comment.