Color Hex Logo

#536efe Color Hex

#536EFE
(83,110,254)
0 Favorites   0 Comments

Color spaces of #536efe

RGB 83110254
HSL0.640.990.66
HSV231°67°100°
CMYK 0.670.570.00   0.00
XYZ27.032620.146696.2298
Yxy20.14660.18850.1405
Hunter Lab44.885028.9554-95.6936
CIE-Lab52.002635.7017-74.6858

#536efe color RGB value is (83,110,254).

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

The process color (four color CMYK) of #536efe color hex is 0.67, 0.57, 0.00, 0.00. Web safe color of #536efe is #6666ff. Color #536efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101110 11111110
Octal 123 156 376
Decimal 83 110 254
Hex 53 6E FE

RGB Percentages of Color #536efe

%18.57
%24.61
%56.82

CMYK Percentages of Color #536efe

%67
%57
%0
%0

Triadic Colors of #536efe

#536efe #fe536e #6efe53

Analogous Colors of #536efe

#536efe #8e53fe #53c4fe

Monochromatic Colors of #536efe

#536efe

Complementary Color

#536efe #fee353

#536efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#536efe Color CSS Codes

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

#536efe Text Font Color

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

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


#536efe Background Color

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

This div background color is #536efe


#536efe Border Color

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

This div border color is #536efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536efe

Related Colors


Comments

No comments written yet.

Please login to write comment.