Color Hex Logo

#537efd Color Hex

#537EFD
(83,126,253)
0 Favorites   0 Comments

Color spaces of #537efd

RGB 83126253
HSL0.620.980.66
HSV225°67°99°
CMYK 0.670.500.00   0.01
XYZ28.757823.852696.0168
Yxy23.85260.19350.1605
Hunter Lab48.839119.6372-82.3756
CIE-Lab55.939925.5815-67.7556

#537efd color RGB value is (83,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 11111101
Octal 123 176 375
Decimal 83 126 253
Hex 53 7E FD

RGB Percentages of Color #537efd

%17.97
%27.27
%54.76

CMYK Percentages of Color #537efd

%67
%50
%0
%1

Triadic Colors of #537efd

#537efd #fd537e #7efd53

Analogous Colors of #537efd

#537efd #7d53fd #53d3fd

Monochromatic Colors of #537efd

#537efd

Complementary Color

#537efd #fdd253

#537efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#537efd Color CSS Codes

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

#537efd Text Font Color

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

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


#537efd Background Color

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

This div background color is #537efd


#537efd Border Color

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

This div border color is #537efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537efd


Comments

No comments written yet.

Please login to write comment.