Color Hex Logo

#537acb Color Hex

#537ACB
(83,122,203)
0 Favorites   0 Comments

Color spaces of #537acb

RGB 83122203
HSL0.610.540.56
HSV221°59°80°
CMYK 0.590.400.00   0.20
XYZ21.306320.069959.2508
Yxy20.06990.21170.1994
Hunter Lab44.79946.4943-47.0561
CIE-Lab51.916110.9918-46.1863

#537acb color RGB value is (83,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 11001011
Octal 123 172 313
Decimal 83 122 203
Hex 53 7A CB

RGB Percentages of Color #537acb

%20.34
%29.90
%49.75

CMYK Percentages of Color #537acb

%59
%40
%0
%20

Triadic Colors of #537acb

#537acb #cb537a #7acb53

Analogous Colors of #537acb

#537acb #6853cb #53b6cb

Monochromatic Colors of #537acb

#537acb

Complementary Color

#537acb #cba453

#537acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#537acb Color CSS Codes

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

#537acb Text Font Color

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

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


#537acb Background Color

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

This div background color is #537acb


#537acb Border Color

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

This div border color is #537acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537acb


Comments

No comments written yet.

Please login to write comment.