Color Hex Logo

#537bda Color Hex

#537BDA
(83,123,218)
0 Favorites   0 Comments

Color spaces of #537bda

RGB 83123218
HSL0.620.650.59
HSV222°62°85°
CMYK 0.620.440.00   0.15
XYZ23.305121.066969.1677
Yxy21.06690.20530.1855
Hunter Lab45.898710.3108-57.2188
CIE-Lab53.022615.4381-52.9226

#537bda color RGB value is (83,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11011010
Octal 123 173 332
Decimal 83 123 218
Hex 53 7B DA

RGB Percentages of Color #537bda

%19.58
%29.01
%51.42

CMYK Percentages of Color #537bda

%62
%44
%0
%15

Triadic Colors of #537bda

#537bda #da537b #7bda53

Analogous Colors of #537bda

#537bda #6f53da #53bfda

Monochromatic Colors of #537bda

#537bda

Complementary Color

#537bda #dab253

#537bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bda Color CSS Codes

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

#537bda Text Font Color

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

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


#537bda Background Color

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

This div background color is #537bda


#537bda Border Color

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

This div border color is #537bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bda


Comments

No comments written yet.

Please login to write comment.