Color Hex Logo

#536dcf Color Hex

#536DCF
(83,109,207)
0 Favorites   0 Comments

Color spaces of #536dcf

RGB 83109207
HSL0.630.560.57
HSV227°60°81°
CMYK 0.600.470.00   0.19
XYZ20.298417.281361.2973
Yxy17.28130.20530.1748
Hunter Lab41.570814.4100-58.3252
CIE-Lab48.612520.3646-53.7409

#536dcf color RGB value is (83,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101101 11001111
Octal 123 155 317
Decimal 83 109 207
Hex 53 6D CF

RGB Percentages of Color #536dcf

%20.80
%27.32
%51.88

CMYK Percentages of Color #536dcf

%60
%47
%0
%19

Triadic Colors of #536dcf

#536dcf #cf536d #6dcf53

Analogous Colors of #536dcf

#536dcf #7753cf #53abcf

Monochromatic Colors of #536dcf

#536dcf

Complementary Color

#536dcf #cfb553

#536dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#536dcf Color CSS Codes

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

#536dcf Text Font Color

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

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


#536dcf Background Color

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

This div background color is #536dcf


#536dcf Border Color

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

This div border color is #536dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536dcf


Comments

No comments written yet.

Please login to write comment.