Color Hex Logo

#5392ef Color Hex

#5392EF
(83,146,239)
0 Favorites   0 Comments

Color spaces of #5392ef

RGB 83146239
HSL0.600.830.63
HSV216°65°94°
CMYK 0.650.390.00   0.06
XYZ29.426228.628885.6363
Yxy28.62880.20480.1992
Hunter Lab53.50594.5329-57.4397
CIE-Lab60.45268.7109-52.7983

#5392ef color RGB value is (83,146,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010010 11101111
Octal 123 222 357
Decimal 83 146 239
Hex 53 92 EF

RGB Percentages of Color #5392ef

%17.74
%31.20
%51.07

CMYK Percentages of Color #5392ef

%65
%39
%0
%6

Triadic Colors of #5392ef

#5392ef #ef5392 #92ef53

Analogous Colors of #5392ef

#5392ef #6253ef #53e0ef

Monochromatic Colors of #5392ef

#5392ef

Complementary Color

#5392ef #efb053

#5392ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5392ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5392ef Color CSS Codes

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

#5392ef Text Font Color

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

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


#5392ef Background Color

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

This div background color is #5392ef


#5392ef Border Color

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

This div border color is #5392ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5392ef


Comments

No comments written yet.

Please login to write comment.