Color Hex Logo

#536dca Color Hex

#536DCA
(83,109,202)
0 Favorites   0 Comments

Color spaces of #536dca

RGB 83109202
HSL0.630.530.56
HSV227°59°79°
CMYK 0.590.460.00   0.21
XYZ19.696617.040558.1281
Yxy17.04050.20760.1796
Hunter Lab41.280112.9301-54.5924
CIE-Lab48.311018.6809-51.3642

#536dca color RGB value is (83,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101101 11001010
Octal 123 155 312
Decimal 83 109 202
Hex 53 6D CA

RGB Percentages of Color #536dca

%21.07
%27.66
%51.27

CMYK Percentages of Color #536dca

%59
%46
%0
%21

Triadic Colors of #536dca

#536dca #ca536d #6dca53

Analogous Colors of #536dca

#536dca #7553ca #53a9ca

Monochromatic Colors of #536dca

#536dca

Complementary Color

#536dca #cab053

#536dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#536dca Color CSS Codes

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

#536dca Text Font Color

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

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


#536dca Background Color

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

This div background color is #536dca


#536dca Border Color

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

This div border color is #536dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536dca


Comments

No comments written yet.

Please login to write comment.