Color Hex Logo

#537acf Color Hex

#537ACF
(83,122,207)
0 Favorites   0 Comments

Color spaces of #537acf

RGB 83122207
HSL0.610.560.57
HSV221°60°81°
CMYK 0.600.410.00   0.19
XYZ21.789320.263161.7942
Yxy20.26310.20980.1951
Hunter Lab45.01467.6275-49.8808
CIE-Lab52.133412.3335-48.1155

#537acf color RGB value is (83,122,207).

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

The process color (four color CMYK) of #537acf color hex is 0.60, 0.41, 0.00, 0.19. Web safe color of #537acf is #6666cc. Color #537acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 11001111
Octal 123 172 317
Decimal 83 122 207
Hex 53 7A CF

RGB Percentages of Color #537acf

%20.15
%29.61
%50.24

CMYK Percentages of Color #537acf

%60
%41
%0
%19

Triadic Colors of #537acf

#537acf #cf537a #7acf53

Analogous Colors of #537acf

#537acf #6a53cf #53b8cf

Monochromatic Colors of #537acf

#537acf

Complementary Color

#537acf #cfa853

#537acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#537acf Color CSS Codes

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

#537acf Text Font Color

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

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


#537acf Background Color

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

This div background color is #537acf


#537acf Border Color

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

This div border color is #537acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537acf


Comments

No comments written yet.

Please login to write comment.