Color Hex Logo

#536dcc Color Hex

#536DCC
(83,109,204)
0 Favorites   0 Comments

Color spaces of #536dcc

RGB 83109204
HSL0.630.540.56
HSV227°59°80°
CMYK 0.590.470.00   0.20
XYZ19.935017.135959.3836
Yxy17.13590.20670.1777
Hunter Lab41.395513.5187-56.0771
CIE-Lab48.430819.3536-52.3174

#536dcc color RGB value is (83,109,204).

#536dcc hex color red value is 83, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #536dcc hue: 0.63 , saturation: 0.54 and the lightness value of 536dcc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101101 11001100
Octal 123 155 314
Decimal 83 109 204
Hex 53 6D CC

RGB Percentages of Color #536dcc

%20.96
%27.53
%51.52

CMYK Percentages of Color #536dcc

%59
%47
%0
%20

Triadic Colors of #536dcc

#536dcc #cc536d #6dcc53

Analogous Colors of #536dcc

#536dcc #7653cc #53aacc

Monochromatic Colors of #536dcc

#536dcc

Complementary Color

#536dcc #ccb253

#536dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#536dcc Color CSS Codes

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

#536dcc Text Font Color

<p style="color:#536dcc">Text here</p>

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


#536dcc Background Color

<div style="background-color:#536dcc">
Div content here</div>

This div background color is #536dcc


#536dcc Border Color

<div style="border:3px solid #536dcc">
Div here</div>

This div border color is #536dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,109,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #536dcc;
  box-shadow:         1px 1px 3px 2px #536dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536dcc


Comments

No comments written yet.

Please login to write comment.