Color Hex Logo

#537bff Color Hex

#537BFF
(83,123,255)
0 Favorites   0 Comments

Color spaces of #537bff

RGB 83123255
HSL0.631.000.66
HSV226°67°100°
CMYK 0.670.520.00   0.00
XYZ28.700223.224997.5779
Yxy23.22490.19200.1553
Hunter Lab48.192221.9668-86.3137
CIE-Lab55.303228.1015-69.8871

#537bff color RGB value is (83,123,255).

#537bff hex color red value is 83, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #537bff hue: 0.63 , saturation: 1.00 and the lightness value of 537bff is 0.66.

The process color (four color CMYK) of #537bff color hex is 0.67, 0.52, 0.00, 0.00. Web safe color of #537bff is #6666ff. Color #537bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11111111
Octal 123 173 377
Decimal 83 123 255
Hex 53 7B FF

RGB Percentages of Color #537bff

%18.00
%26.68
%55.31

CMYK Percentages of Color #537bff

%67
%52
%0
%0

Triadic Colors of #537bff

#537bff #ff537b #7bff53

Analogous Colors of #537bff

#537bff #8153ff #53d1ff

Monochromatic Colors of #537bff

#537bff

Complementary Color

#537bff #ffd753

#537bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bff Color CSS Codes

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

#537bff Text Font Color

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

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


#537bff Background Color

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

This div background color is #537bff


#537bff Border Color

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

This div border color is #537bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bff

Related Colors


Comments

No comments written yet.

Please login to write comment.