Color Hex Logo

#537eff Color Hex

#537EFF
(83,126,255)
0 Favorites   0 Comments

Color spaces of #537eff

RGB 83126255
HSL0.631.000.66
HSV225°67°100°
CMYK 0.670.510.00   0.00
XYZ29.078123.980797.7039
Yxy23.98070.19290.1591
Hunter Lab48.970120.2944-84.0149
CIE-Lab56.068526.2690-68.6507

#537eff color RGB value is (83,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 11111111
Octal 123 176 377
Decimal 83 126 255
Hex 53 7E FF

RGB Percentages of Color #537eff

%17.89
%27.16
%54.96

CMYK Percentages of Color #537eff

%67
%51
%0
%0

Triadic Colors of #537eff

#537eff #ff537e #7eff53

Analogous Colors of #537eff

#537eff #7e53ff #53d4ff

Monochromatic Colors of #537eff

#537eff

Complementary Color

#537eff #ffd453

#537eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#537eff Color CSS Codes

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

#537eff Text Font Color

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

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


#537eff Background Color

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

This div background color is #537eff


#537eff Border Color

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

This div border color is #537eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537eff

Related Colors


Comments

No comments written yet.

Please login to write comment.