Color Hex Logo

#537fbe Color Hex

#537FBE
(83,127,190)
0 Favorites   0 Comments

Color spaces of #537fbe

RGB 83127190
HSL0.600.450.54
HSV215°56°75°
CMYK 0.560.330.00   0.25
XYZ20.450920.735451.6397
Yxy20.73540.22030.2234
Hunter Lab45.53610.4785-35.3618
CIE-Lab52.65873.6709-37.5918

#537fbe color RGB value is (83,127,190).

#537fbe hex color red value is 83, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #537fbe hue: 0.60 , saturation: 0.45 and the lightness value of 537fbe is 0.54.

The process color (four color CMYK) of #537fbe color hex is 0.56, 0.33, 0.00, 0.25. Web safe color of #537fbe is #6666cc. Color #537fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111111 10111110
Octal 123 177 276
Decimal 83 127 190
Hex 53 7F BE

RGB Percentages of Color #537fbe

%20.75
%31.75
%47.50

CMYK Percentages of Color #537fbe

%56
%33
%0
%25

Triadic Colors of #537fbe

#537fbe #be537f #7fbe53

Analogous Colors of #537fbe

#537fbe #5d53be #53b5be

Monochromatic Colors of #537fbe

#537fbe

Complementary Color

#537fbe #be9253

#537fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#537fbe Color CSS Codes

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

#537fbe Text Font Color

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

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


#537fbe Background Color

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

This div background color is #537fbe


#537fbe Border Color

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

This div border color is #537fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537fbe


Comments

No comments written yet.

Please login to write comment.