Color Hex Logo

#536fdf Color Hex

#536FDF
(83,111,223)
0 Favorites   0 Comments

Color spaces of #536fdf

RGB 83111223
HSL0.630.690.60
HSV228°63°87°
CMYK 0.630.500.00   0.13
XYZ22.571018.535672.2001
Yxy18.53560.19920.1636
Hunter Lab43.053018.2378-69.2926
CIE-Lab50.139424.5448-60.3703

#536fdf color RGB value is (83,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101111 11011111
Octal 123 157 337
Decimal 83 111 223
Hex 53 6F DF

RGB Percentages of Color #536fdf

%19.90
%26.62
%53.48

CMYK Percentages of Color #536fdf

%63
%50
%0
%13

Triadic Colors of #536fdf

#536fdf #df536f #6fdf53

Analogous Colors of #536fdf

#536fdf #7d53df #53b5df

Monochromatic Colors of #536fdf

#536fdf

Complementary Color

#536fdf #dfc353

#536fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#536fdf Color CSS Codes

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

#536fdf Text Font Color

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

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


#536fdf Background Color

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

This div background color is #536fdf


#536fdf Border Color

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

This div border color is #536fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536fdf


Comments

No comments written yet.

Please login to write comment.