Color Hex Logo

#536bdc Color Hex

#536BDC
(83,107,220)
0 Favorites   0 Comments

Color spaces of #536bdc

RGB 83107220
HSL0.640.660.59
HSV229°62°86°
CMYK 0.620.510.00   0.14
XYZ21.743217.521769.9462
Yxy17.52170.19910.1604
Hunter Lab41.858919.4669-69.7722
CIE-Lab48.910826.0081-60.6546

#536bdc color RGB value is (83,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101011 11011100
Octal 123 153 334
Decimal 83 107 220
Hex 53 6B DC

RGB Percentages of Color #536bdc

%20.24
%26.10
%53.66

CMYK Percentages of Color #536bdc

%62
%51
%0
%14

Triadic Colors of #536bdc

#536bdc #dc536b #6bdc53

Analogous Colors of #536bdc

#536bdc #8053dc #53b0dc

Monochromatic Colors of #536bdc

#536bdc

Complementary Color

#536bdc #dcc453

#536bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#536bdc Color CSS Codes

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

#536bdc Text Font Color

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

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


#536bdc Background Color

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

This div background color is #536bdc


#536bdc Border Color

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

This div border color is #536bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,107,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 #536bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536bdc


Comments

No comments written yet.

Please login to write comment.