Color Hex Logo

#536fdc Color Hex

#536FDC
(83,111,220)
0 Favorites   0 Comments

Color spaces of #536fdc

RGB 83111220
HSL0.630.660.59
HSV228°62°86°
CMYK 0.620.500.00   0.14
XYZ22.170018.375270.0884
Yxy18.37520.20040.1661
Hunter Lab42.866317.3023-66.9355
CIE-Lab49.948123.5249-58.9831

#536fdc color RGB value is (83,111,220).

#536fdc hex color red value is 83, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #536fdc hue: 0.63 , saturation: 0.66 and the lightness value of 536fdc is 0.59.

The process color (four color CMYK) of #536fdc color hex is 0.62, 0.50, 0.00, 0.14. Web safe color of #536fdc is #6666cc. Color #536fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101111 11011100
Octal 123 157 334
Decimal 83 111 220
Hex 53 6F DC

RGB Percentages of Color #536fdc

%20.05
%26.81
%53.14

CMYK Percentages of Color #536fdc

%62
%50
%0
%14

Triadic Colors of #536fdc

#536fdc #dc536f #6fdc53

Analogous Colors of #536fdc

#536fdc #7c53dc #53b4dc

Monochromatic Colors of #536fdc

#536fdc

Complementary Color

#536fdc #dcc053

#536fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#536fdc Color CSS Codes

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

#536fdc Text Font Color

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

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


#536fdc Background Color

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

This div background color is #536fdc


#536fdc Border Color

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

This div border color is #536fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536fdc


Comments

No comments written yet.

Please login to write comment.