Color Hex Logo

#5392ed Color Hex

#5392ED
(83,146,237)
0 Favorites   0 Comments

Color spaces of #5392ed

RGB 83146237
HSL0.600.810.63
HSV215°65°93°
CMYK 0.650.380.00   0.07
XYZ29.132228.511284.0885
Yxy28.51120.20550.2012
Hunter Lab53.39593.9448-55.9935
CIE-Lab60.34788.0324-51.8600

#5392ed color RGB value is (83,146,237).

#5392ed hex color red value is 83, green value is 146 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5392ed hue: 0.60 , saturation: 0.81 and the lightness value of 5392ed is 0.63.

The process color (four color CMYK) of #5392ed color hex is 0.65, 0.38, 0.00, 0.07. Web safe color of #5392ed is #6699ff. Color #5392ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010010 11101101
Octal 123 222 355
Decimal 83 146 237
Hex 53 92 ED

RGB Percentages of Color #5392ed

%17.81
%31.33
%50.86

CMYK Percentages of Color #5392ed

%65
%38
%0
%7

Triadic Colors of #5392ed

#5392ed #ed5392 #92ed53

Analogous Colors of #5392ed

#5392ed #6153ed #53dfed

Monochromatic Colors of #5392ed

#5392ed

Complementary Color

#5392ed #edae53

#5392ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5392ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5392ed Color CSS Codes

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

#5392ed Text Font Color

<p style="color:#5392ed">Text here</p>

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


#5392ed Background Color

<div style="background-color:#5392ed">
Div content here</div>

This div background color is #5392ed


#5392ed Border Color

<div style="border:3px solid #5392ed">
Div here</div>

This div border color is #5392ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,146,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5392ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5392ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5392ed;
  box-shadow:         1px 1px 3px 2px #5392ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5392ed


Comments

No comments written yet.

Please login to write comment.