Color Hex Logo

#5370fa Color Hex

#5370FA
(83,112,250)
0 Favorites   0 Comments

Color spaces of #5370fa

RGB 83112250
HSL0.640.940.65
HSV230°67°98°
CMYK 0.670.550.00   0.02
XYZ26.616820.329592.9636
Yxy20.32950.19020.1453
Hunter Lab45.088226.4689-90.6832
CIE-Lab52.207733.1227-72.1355

#5370fa color RGB value is (83,112,250).

#5370fa hex color red value is 83, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5370fa hue: 0.64 , saturation: 0.94 and the lightness value of 5370fa is 0.65.

The process color (four color CMYK) of #5370fa color hex is 0.67, 0.55, 0.00, 0.02. Web safe color of #5370fa is #6666ff. Color #5370fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 11111010
Octal 123 160 372
Decimal 83 112 250
Hex 53 70 FA

RGB Percentages of Color #5370fa

%18.65
%25.17
%56.18

CMYK Percentages of Color #5370fa

%67
%55
%0
%2

Triadic Colors of #5370fa

#5370fa #fa5370 #70fa53

Analogous Colors of #5370fa

#5370fa #8a53fa #53c4fa

Monochromatic Colors of #5370fa

#5370fa

Complementary Color

#5370fa #fadd53

#5370fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5370fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5370fa Color CSS Codes

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

#5370fa Text Font Color

<p style="color:#5370fa">Text here</p>

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


#5370fa Background Color

<div style="background-color:#5370fa">
Div content here</div>

This div background color is #5370fa


#5370fa Border Color

<div style="border:3px solid #5370fa">
Div here</div>

This div border color is #5370fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,112,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5370fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5370fa;
  -webkit-box-shadow: 1px 1px 3px 2px #5370fa;
  box-shadow:         1px 1px 3px 2px #5370fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5370fa


Comments

No comments written yet.

Please login to write comment.