Color Hex Logo

#537bf0 Color Hex

#537BF0
(83,123,240)
0 Favorites   0 Comments

Color spaces of #537bf0

RGB 83123240
HSL0.620.840.63
HSV225°65°94°
CMYK 0.650.490.00   0.06
XYZ26.378422.296285.3514
Yxy22.29620.19680.1664
Hunter Lab47.218917.0845-74.1177
CIE-Lab54.339922.9528-63.1325

#537bf0 color RGB value is (83,123,240).

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

The process color (four color CMYK) of #537bf0 color hex is 0.65, 0.49, 0.00, 0.06. Web safe color of #537bf0 is #6666ff. Color #537bf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11110000
Octal 123 173 360
Decimal 83 123 240
Hex 53 7B F0

RGB Percentages of Color #537bf0

%18.61
%27.58
%53.81

CMYK Percentages of Color #537bf0

%65
%49
%0
%6

Triadic Colors of #537bf0

#537bf0 #f0537b #7bf053

Analogous Colors of #537bf0

#537bf0 #7a53f0 #53caf0

Monochromatic Colors of #537bf0

#537bf0

Complementary Color

#537bf0 #f0c853

#537bf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bf0 Color CSS Codes

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

#537bf0 Text Font Color

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

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


#537bf0 Background Color

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

This div background color is #537bf0


#537bf0 Border Color

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

This div border color is #537bf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bf0


Comments

No comments written yet.

Please login to write comment.