Color Hex Logo

#537fca Color Hex

#537FCA
(83,127,202)
0 Favorites   0 Comments

Color spaces of #537fca

RGB 83127202
HSL0.610.530.56
HSV218°59°79°
CMYK 0.590.370.00   0.21
XYZ21.817321.282058.8351
Yxy21.28200.21400.2088
Hunter Lab46.13243.6859-43.3230
CIE-Lab53.25687.6224-43.4922

#537fca color RGB value is (83,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111111 11001010
Octal 123 177 312
Decimal 83 127 202
Hex 53 7F CA

RGB Percentages of Color #537fca

%20.15
%30.83
%49.03

CMYK Percentages of Color #537fca

%59
%37
%0
%21

Triadic Colors of #537fca

#537fca #ca537f #7fca53

Analogous Colors of #537fca

#537fca #6353ca #53bbca

Monochromatic Colors of #537fca

#537fca

Complementary Color

#537fca #ca9e53

#537fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#537fca Color CSS Codes

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

#537fca Text Font Color

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

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


#537fca Background Color

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

This div background color is #537fca


#537fca Border Color

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

This div border color is #537fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537fca


Comments

No comments written yet.

Please login to write comment.