Color Hex Logo

#536fce Color Hex

#536FCE
(83,111,206)
0 Favorites   0 Comments

Color spaces of #536fce

RGB 83111206
HSL0.630.560.57
HSV226°60°81°
CMYK 0.600.460.00   0.19
XYZ20.392317.664160.7272
Yxy17.66410.20640.1788
Hunter Lab42.028713.0579-56.2480
CIE-Lab49.086118.7833-52.4108

#536fce color RGB value is (83,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101111 11001110
Octal 123 157 316
Decimal 83 111 206
Hex 53 6F CE

RGB Percentages of Color #536fce

%20.75
%27.75
%51.50

CMYK Percentages of Color #536fce

%60
%46
%0
%19

Triadic Colors of #536fce

#536fce #ce536f #6fce53

Analogous Colors of #536fce

#536fce #7553ce #53adce

Monochromatic Colors of #536fce

#536fce

Complementary Color

#536fce #ceb253

#536fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#536fce Color CSS Codes

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

#536fce Text Font Color

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

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


#536fce Background Color

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

This div background color is #536fce


#536fce Border Color

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

This div border color is #536fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536fce


Comments

No comments written yet.

Please login to write comment.