Color Hex Logo

#537dce Color Hex

#537DCE
(83,125,206)
0 Favorites   0 Comments

Color spaces of #537dce

RGB 83125206
HSL0.610.560.57
HSV220°60°81°
CMYK 0.600.390.00   0.19
XYZ22.041520.962561.2770
Yxy20.96250.21140.2010
Hunter Lab45.78485.8091-47.3025
CIE-Lab52.908410.1689-46.3160

#537dce color RGB value is (83,125,206).

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

The process color (four color CMYK) of #537dce color hex is 0.60, 0.39, 0.00, 0.19. Web safe color of #537dce is #6666cc. Color #537dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 11001110
Octal 123 175 316
Decimal 83 125 206
Hex 53 7D CE

RGB Percentages of Color #537dce

%20.05
%30.19
%49.76

CMYK Percentages of Color #537dce

%60
%39
%0
%19

Triadic Colors of #537dce

#537dce #ce537d #7dce53

Analogous Colors of #537dce

#537dce #6753ce #53bbce

Monochromatic Colors of #537dce

#537dce

Complementary Color

#537dce #cea453

#537dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#537dce Color CSS Codes

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

#537dce Text Font Color

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

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


#537dce Background Color

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

This div background color is #537dce


#537dce Border Color

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

This div border color is #537dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537dce


Comments

No comments written yet.

Please login to write comment.