Color Hex Logo

#537fdb Color Hex

#537FDB
(83,127,219)
0 Favorites   0 Comments

Color spaces of #537fdb

RGB 83127219
HSL0.610.650.59
HSV221°62°86°
CMYK 0.620.420.00   0.14
XYZ23.942822.132270.0279
Yxy22.13220.20620.1906
Hunter Lab47.04498.5164-55.3238
CIE-Lab54.167013.3343-51.6593

#537fdb color RGB value is (83,127,219).

#537fdb hex color red value is 83, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #537fdb hue: 0.61 , saturation: 0.65 and the lightness value of 537fdb is 0.59.

The process color (four color CMYK) of #537fdb color hex is 0.62, 0.42, 0.00, 0.14. Web safe color of #537fdb is #6666cc. Color #537fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111111 11011011
Octal 123 177 333
Decimal 83 127 219
Hex 53 7F DB

RGB Percentages of Color #537fdb

%19.35
%29.60
%51.05

CMYK Percentages of Color #537fdb

%62
%42
%0
%14

Triadic Colors of #537fdb

#537fdb #db537f #7fdb53

Analogous Colors of #537fdb

#537fdb #6b53db #53c3db

Monochromatic Colors of #537fdb

#537fdb

Complementary Color

#537fdb #dbaf53

#537fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#537fdb Color CSS Codes

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

#537fdb Text Font Color

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

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


#537fdb Background Color

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

This div background color is #537fdb


#537fdb Border Color

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

This div border color is #537fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537fdb


Comments

No comments written yet.

Please login to write comment.