Color Hex Logo

#537dcb Color Hex

#537DCB
(83,125,203)
0 Favorites   0 Comments

Color spaces of #537dcb

RGB 83125203
HSL0.610.540.56
HSV219°59°80°
CMYK 0.590.380.00   0.20
XYZ21.680420.818059.3755
Yxy20.81800.21280.2044
Hunter Lab45.62674.9708-45.2172
CIE-Lab52.74979.1662-44.8636

#537dcb color RGB value is (83,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 11001011
Octal 123 175 313
Decimal 83 125 203
Hex 53 7D CB

RGB Percentages of Color #537dcb

%20.19
%30.41
%49.39

CMYK Percentages of Color #537dcb

%59
%38
%0
%20

Triadic Colors of #537dcb

#537dcb #cb537d #7dcb53

Analogous Colors of #537dcb

#537dcb #6553cb #53b9cb

Monochromatic Colors of #537dcb

#537dcb

Complementary Color

#537dcb #cba153

#537dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#537dcb Color CSS Codes

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

#537dcb Text Font Color

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

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


#537dcb Background Color

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

This div background color is #537dcb


#537dcb Border Color

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

This div border color is #537dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537dcb


Comments

No comments written yet.

Please login to write comment.