Color Hex Logo

#537abc Color Hex

#537ABC
(83,122,188)
0 Favorites   0 Comments

Color spaces of #537abc

RGB 83122188
HSL0.600.440.53
HSV218°56°74°
CMYK 0.560.350.00   0.26
XYZ19.603919.388950.2861
Yxy19.38890.21960.2172
Hunter Lab44.03282.4127-36.8870
CIE-Lab51.13916.0259-38.8369

#537abc color RGB value is (83,122,188).

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

The process color (four color CMYK) of #537abc color hex is 0.56, 0.35, 0.00, 0.26. Web safe color of #537abc is #6666cc. Color #537abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 10111100
Octal 123 172 274
Decimal 83 122 188
Hex 53 7A BC

RGB Percentages of Color #537abc

%21.12
%31.04
%47.84

CMYK Percentages of Color #537abc

%56
%35
%0
%26

Triadic Colors of #537abc

#537abc #bc537a #7abc53

Analogous Colors of #537abc

#537abc #6053bc #53afbc

Monochromatic Colors of #537abc

#537abc

Complementary Color

#537abc #bc9553

#537abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#537abc Color CSS Codes

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

#537abc Text Font Color

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

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


#537abc Background Color

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

This div background color is #537abc


#537abc Border Color

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

This div border color is #537abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537abc


Comments

No comments written yet.

Please login to write comment.