Color Hex Logo

#537cde Color Hex

#537CDE
(83,124,222)
0 Favorites   0 Comments

Color spaces of #537cde

RGB 83124222
HSL0.620.680.60
HSV222°63°87°
CMYK 0.630.440.00   0.13
XYZ23.959721.528271.9998
Yxy21.52820.20390.1832
Hunter Lab46.398510.9782-59.5255
CIE-Lab53.522816.1853-54.3755

#537cde color RGB value is (83,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 11011110
Octal 123 174 336
Decimal 83 124 222
Hex 53 7C DE

RGB Percentages of Color #537cde

%19.35
%28.90
%51.75

CMYK Percentages of Color #537cde

%63
%44
%0
%13

Triadic Colors of #537cde

#537cde #de537c #7cde53

Analogous Colors of #537cde

#537cde #7053de #53c2de

Monochromatic Colors of #537cde

#537cde

Complementary Color

#537cde #deb553

#537cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#537cde Color CSS Codes

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

#537cde Text Font Color

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

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


#537cde Background Color

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

This div background color is #537cde


#537cde Border Color

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

This div border color is #537cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537cde


Comments

No comments written yet.

Please login to write comment.