Color Hex Logo

#537bea Color Hex

#537BEA
(83,123,234)
0 Favorites   0 Comments

Color spaces of #537bea

RGB 83123234
HSL0.620.780.62
HSV224°65°92°
CMYK 0.650.470.00   0.08
XYZ25.501521.945480.7337
Yxy21.94540.19890.1712
Hunter Lab46.845915.1896-69.3875
CIE-Lab53.969020.8965-60.3845

#537bea color RGB value is (83,123,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11101010
Octal 123 173 352
Decimal 83 123 234
Hex 53 7B EA

RGB Percentages of Color #537bea

%18.86
%27.95
%53.18

CMYK Percentages of Color #537bea

%65
%47
%0
%8

Triadic Colors of #537bea

#537bea #ea537b #7bea53

Analogous Colors of #537bea

#537bea #7753ea #53c7ea

Monochromatic Colors of #537bea

#537bea

Complementary Color

#537bea #eac253

#537bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bea Color CSS Codes

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

#537bea Text Font Color

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

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


#537bea Background Color

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

This div background color is #537bea


#537bea Border Color

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

This div border color is #537bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bea


Comments

No comments written yet.

Please login to write comment.