Color Hex Logo

#537fcc Color Hex

#537FCC
(83,127,204)
0 Favorites   0 Comments

Color spaces of #537fcc

RGB 83127204
HSL0.610.540.56
HSV218°59°80°
CMYK 0.590.380.00   0.20
XYZ22.055721.377460.0905
Yxy21.37740.21300.2065
Hunter Lab46.23574.2369-44.6916
CIE-Lab53.36018.2881-44.4645

#537fcc color RGB value is (83,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111111 11001100
Octal 123 177 314
Decimal 83 127 204
Hex 53 7F CC

RGB Percentages of Color #537fcc

%20.05
%30.68
%49.28

CMYK Percentages of Color #537fcc

%59
%38
%0
%20

Triadic Colors of #537fcc

#537fcc #cc537f #7fcc53

Analogous Colors of #537fcc

#537fcc #6453cc #53bccc

Monochromatic Colors of #537fcc

#537fcc

Complementary Color

#537fcc #cca053

#537fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#537fcc Color CSS Codes

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

#537fcc Text Font Color

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

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


#537fcc Background Color

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

This div background color is #537fcc


#537fcc Border Color

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

This div border color is #537fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537fcc


Comments

No comments written yet.

Please login to write comment.