Color Hex Logo

#537eca Color Hex

#537ECA
(83,126,202)
0 Favorites   0 Comments

Color spaces of #537eca

RGB 83126202
HSL0.610.530.56
HSV218°59°79°
CMYK 0.590.380.00   0.21
XYZ21.688821.025058.7922
Yxy21.02500.21370.2071
Hunter Lab45.85304.1889-43.9238
CIE-Lab52.97688.2267-43.9352

#537eca color RGB value is (83,126,202).

#537eca hex color red value is 83, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #537eca hue: 0.61 , saturation: 0.53 and the lightness value of 537eca is 0.56.

The process color (four color CMYK) of #537eca color hex is 0.59, 0.38, 0.00, 0.21. Web safe color of #537eca is #6666cc. Color #537eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 11001010
Octal 123 176 312
Decimal 83 126 202
Hex 53 7E CA

RGB Percentages of Color #537eca

%20.19
%30.66
%49.15

CMYK Percentages of Color #537eca

%59
%38
%0
%21

Triadic Colors of #537eca

#537eca #ca537e #7eca53

Analogous Colors of #537eca

#537eca #6453ca #53baca

Monochromatic Colors of #537eca

#537eca

Complementary Color

#537eca #ca9f53

#537eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#537eca Color CSS Codes

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

#537eca Text Font Color

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

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


#537eca Background Color

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

This div background color is #537eca


#537eca Border Color

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

This div border color is #537eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537eca


Comments

No comments written yet.

Please login to write comment.