Color Hex Logo

#537bce Color Hex

#537BCE
(83,123,206)
0 Favorites   0 Comments

Color spaces of #537bce

RGB 83123206
HSL0.610.560.57
HSV220°60°81°
CMYK 0.600.400.00   0.19
XYZ21.790820.461161.1934
Yxy20.46110.21070.1978
Hunter Lab45.23396.8304-48.5449
CIE-Lab52.354611.3871-47.1957

#537bce color RGB value is (83,123,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11001110
Octal 123 173 316
Decimal 83 123 206
Hex 53 7B CE

RGB Percentages of Color #537bce

%20.15
%29.85
%50.00

CMYK Percentages of Color #537bce

%60
%40
%0
%19

Triadic Colors of #537bce

#537bce #ce537b #7bce53

Analogous Colors of #537bce

#537bce #6953ce #53b9ce

Monochromatic Colors of #537bce

#537bce

Complementary Color

#537bce #cea653

#537bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bce Color CSS Codes

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

#537bce Text Font Color

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

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


#537bce Background Color

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

This div background color is #537bce


#537bce Border Color

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

This div border color is #537bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,123,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 #537bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bce


Comments

No comments written yet.

Please login to write comment.