Color Hex Logo

#5370fe Color Hex

#5370FE
(83,112,254)
0 Favorites   0 Comments

Color spaces of #5370fe

RGB 83112254
HSL0.640.990.66
HSV230°67°100°
CMYK 0.670.560.00   0.00
XYZ27.250820.583196.3026
Yxy20.58310.18910.1428
Hunter Lab45.368627.8216-94.0951
CIE-Lab52.490234.4822-73.8935

#5370fe color RGB value is (83,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 11111110
Octal 123 160 376
Decimal 83 112 254
Hex 53 70 FE

RGB Percentages of Color #5370fe

%18.49
%24.94
%56.57

CMYK Percentages of Color #5370fe

%67
%56
%0
%0

Triadic Colors of #5370fe

#5370fe #fe5370 #70fe53

Analogous Colors of #5370fe

#5370fe #8c53fe #53c6fe

Monochromatic Colors of #5370fe

#5370fe

Complementary Color

#5370fe #fee153

#5370fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5370fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5370fe Color CSS Codes

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

#5370fe Text Font Color

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

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


#5370fe Background Color

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

This div background color is #5370fe


#5370fe Border Color

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

This div border color is #5370fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5370fe

Related Colors


Comments

No comments written yet.

Please login to write comment.