Color Hex Logo

#537cdf Color Hex

#537CDF
(83,124,223)
0 Favorites   0 Comments

Color spaces of #537cdf

RGB 83124223
HSL0.620.690.60
HSV222°63°87°
CMYK 0.630.440.00   0.13
XYZ24.094221.582072.7079
Yxy21.58200.20350.1823
Hunter Lab46.456411.2786-60.2739
CIE-Lab53.580716.5258-54.8450

#537cdf color RGB value is (83,124,223).

#537cdf hex color red value is 83, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #537cdf hue: 0.62 , saturation: 0.69 and the lightness value of 537cdf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 11011111
Octal 123 174 337
Decimal 83 124 223
Hex 53 7C DF

RGB Percentages of Color #537cdf

%19.30
%28.84
%51.86

CMYK Percentages of Color #537cdf

%63
%44
%0
%13

Triadic Colors of #537cdf

#537cdf #df537c #7cdf53

Analogous Colors of #537cdf

#537cdf #7053df #53c2df

Monochromatic Colors of #537cdf

#537cdf

Complementary Color

#537cdf #dfb653

#537cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#537cdf Color CSS Codes

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

#537cdf Text Font Color

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

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


#537cdf Background Color

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

This div background color is #537cdf


#537cdf Border Color

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

This div border color is #537cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537cdf


Comments

No comments written yet.

Please login to write comment.