Color Hex Logo

#537dcf Color Hex

#537DCF
(83,125,207)
0 Favorites   0 Comments

Color spaces of #537dcf

RGB 83125207
HSL0.610.560.57
HSV220°60°81°
CMYK 0.600.400.00   0.19
XYZ22.163421.011261.9189
Yxy21.01120.21090.1999
Hunter Lab45.83806.0912-48.0036
CIE-Lab52.961810.5043-46.7986

#537dcf color RGB value is (83,125,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 11001111
Octal 123 175 317
Decimal 83 125 207
Hex 53 7D CF

RGB Percentages of Color #537dcf

%20.00
%30.12
%49.88

CMYK Percentages of Color #537dcf

%60
%40
%0
%19

Triadic Colors of #537dcf

#537dcf #cf537d #7dcf53

Analogous Colors of #537dcf

#537dcf #6753cf #53bbcf

Monochromatic Colors of #537dcf

#537dcf

Complementary Color

#537dcf #cfa553

#537dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#537dcf Color CSS Codes

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

#537dcf Text Font Color

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

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


#537dcf Background Color

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

This div background color is #537dcf


#537dcf Border Color

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

This div border color is #537dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,125,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 #537dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537dcf


Comments

No comments written yet.

Please login to write comment.