Color Hex Logo

#537bfe Color Hex

#537BFE
(83,123,254)
0 Favorites   0 Comments

Color spaces of #537bfe

RGB 83123254
HSL0.630.990.66
HSV226°67°100°
CMYK 0.670.520.00   0.00
XYZ28.539623.160796.7322
Yxy23.16070.19230.1560
Hunter Lab48.125621.6350-85.4848
CIE-Lab55.237527.7581-69.4418

#537bfe color RGB value is (83,123,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11111110
Octal 123 173 376
Decimal 83 123 254
Hex 53 7B FE

RGB Percentages of Color #537bfe

%18.04
%26.74
%55.22

CMYK Percentages of Color #537bfe

%67
%52
%0
%0

Triadic Colors of #537bfe

#537bfe #fe537b #7bfe53

Analogous Colors of #537bfe

#537bfe #8153fe #53d1fe

Monochromatic Colors of #537bfe

#537bfe

Complementary Color

#537bfe #fed653

#537bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bfe Color CSS Codes

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

#537bfe Text Font Color

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

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


#537bfe Background Color

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

This div background color is #537bfe


#537bfe Border Color

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

This div border color is #537bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.