Color Hex Logo

#537ccb Color Hex

#537CCB
(83,124,203)
0 Favorites   0 Comments

Color spaces of #537ccb

RGB 83124203
HSL0.610.540.56
HSV220°59°80°
CMYK 0.590.390.00   0.20
XYZ21.554420.566159.3335
Yxy20.56610.21250.2027
Hunter Lab45.34995.4773-45.8272
CIE-Lab52.47139.7733-45.3051

#537ccb color RGB value is (83,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 11001011
Octal 123 174 313
Decimal 83 124 203
Hex 53 7C CB

RGB Percentages of Color #537ccb

%20.24
%30.24
%49.51

CMYK Percentages of Color #537ccb

%59
%39
%0
%20

Triadic Colors of #537ccb

#537ccb #cb537c #7ccb53

Analogous Colors of #537ccb

#537ccb #6653cb #53b8cb

Monochromatic Colors of #537ccb

#537ccb

Complementary Color

#537ccb #cba253

#537ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#537ccb Color CSS Codes

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

#537ccb Text Font Color

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

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


#537ccb Background Color

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

This div background color is #537ccb


#537ccb Border Color

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

This div border color is #537ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537ccb


Comments

No comments written yet.

Please login to write comment.