Color Hex Logo

#537cc2 Color Hex

#537CC2
(83,124,194)
0 Favorites   0 Comments

Color spaces of #537cc2

RGB 83124194
HSL0.610.480.54
HSV218°57°76°
CMYK 0.570.360.00   0.24
XYZ20.512520.149353.8470
Yxy20.14930.21700.2132
Hunter Lab44.88803.0154-39.7019
CIE-Lab52.00566.7864-40.9092

#537cc2 color RGB value is (83,124,194).

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

The process color (four color CMYK) of #537cc2 color hex is 0.57, 0.36, 0.00, 0.24. Web safe color of #537cc2 is #6666cc. Color #537cc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 11000010
Octal 123 174 302
Decimal 83 124 194
Hex 53 7C C2

RGB Percentages of Color #537cc2

%20.70
%30.92
%48.38

CMYK Percentages of Color #537cc2

%57
%36
%0
%24

Triadic Colors of #537cc2

#537cc2 #c2537c #7cc253

Analogous Colors of #537cc2

#537cc2 #6153c2 #53b4c2

Monochromatic Colors of #537cc2

#537cc2

Complementary Color

#537cc2 #c29953

#537cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537cc2 Color CSS Codes

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

#537cc2 Text Font Color

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

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


#537cc2 Background Color

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

This div background color is #537cc2


#537cc2 Border Color

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

This div border color is #537cc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537cc2


Comments

No comments written yet.

Please login to write comment.