Color Hex Logo

#536eda Color Hex

#536EDA
(83,110,218)
0 Favorites   0 Comments

Color spaces of #536eda

RGB 83110218
HSL0.630.650.59
HSV228°62°85°
CMYK 0.620.500.00   0.15
XYZ21.798118.052868.6653
Yxy18.05280.20090.1664
Hunter Lab42.488617.2216-66.0759
CIE-Lab49.560123.4665-58.4752

#536eda color RGB value is (83,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101110 11011010
Octal 123 156 332
Decimal 83 110 218
Hex 53 6E DA

RGB Percentages of Color #536eda

%20.19
%26.76
%53.04

CMYK Percentages of Color #536eda

%62
%50
%0
%15

Triadic Colors of #536eda

#536eda #da536e #6eda53

Analogous Colors of #536eda

#536eda #7c53da #53b2da

Monochromatic Colors of #536eda

#536eda

Complementary Color

#536eda #dabf53

#536eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#536eda Color CSS Codes

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

#536eda Text Font Color

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

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


#536eda Background Color

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

This div background color is #536eda


#536eda Border Color

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

This div border color is #536eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536eda


Comments

No comments written yet.

Please login to write comment.