Color Hex Logo

#5362fe Color Hex

#5362FE
(83,98,254)
0 Favorites   0 Comments

Color spaces of #5362fe

RGB 8398254
HSL0.650.990.66
HSV235°67°100°
CMYK 0.670.610.00   0.00
XYZ25.824417.730195.8271
Yxy17.73010.18530.1272
Hunter Lab42.107135.7870-105.4568
CIE-Lab49.167142.9499-79.3064

#5362fe color RGB value is (83,98,254).

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

The process color (four color CMYK) of #5362fe color hex is 0.67, 0.61, 0.00, 0.00. Web safe color of #5362fe is #6666ff. Color #5362fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 11111110
Octal 123 142 376
Decimal 83 98 254
Hex 53 62 FE

RGB Percentages of Color #5362fe

%19.08
%22.53
%58.39

CMYK Percentages of Color #5362fe

%67
%61
%0
%0

Triadic Colors of #5362fe

#5362fe #fe5362 #62fe53

Analogous Colors of #5362fe

#5362fe #9a53fe #53b8fe

Monochromatic Colors of #5362fe

#5362fe

Complementary Color

#5362fe #feef53

#5362fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5362fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5362fe Color CSS Codes

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

#5362fe Text Font Color

<p style="color:#5362fe">Text here</p>

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


#5362fe Background Color

<div style="background-color:#5362fe">
Div content here</div>

This div background color is #5362fe


#5362fe Border Color

<div style="border:3px solid #5362fe">
Div here</div>

This div border color is #5362fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5362fe

Related Colors


Comments

No comments written yet.

Please login to write comment.