Color Hex Logo

#537adc Color Hex

#537ADC
(83,122,220)
0 Favorites   0 Comments

Color spaces of #537adc

RGB 83122220
HSL0.620.660.59
HSV223°62°86°
CMYK 0.620.450.00   0.14
XYZ23.445120.925470.5135
Yxy20.92540.20410.1821
Hunter Lab45.744311.4332-59.3728
CIE-Lab52.867816.7311-54.2975

#537adc color RGB value is (83,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 11011100
Octal 123 172 334
Decimal 83 122 220
Hex 53 7A DC

RGB Percentages of Color #537adc

%19.53
%28.71
%51.76

CMYK Percentages of Color #537adc

%62
%45
%0
%14

Triadic Colors of #537adc

#537adc #dc537a #7adc53

Analogous Colors of #537adc

#537adc #7153dc #53bfdc

Monochromatic Colors of #537adc

#537adc

Complementary Color

#537adc #dcb553

#537adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#537adc Color CSS Codes

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

#537adc Text Font Color

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

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


#537adc Background Color

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

This div background color is #537adc


#537adc Border Color

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

This div border color is #537adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537adc


Comments

No comments written yet.

Please login to write comment.