Color Hex Logo

#5390de Color Hex

#5390DE
(83,144,222)
0 Favorites   0 Comments

Color spaces of #5390de

RGB 83144222
HSL0.590.680.60
HSV214°63°87°
CMYK 0.630.350.00   0.13
XYZ26.725427.059472.9217
Yxy27.05940.21090.2136
Hunter Lab52.01870.6745-46.7019
CIE-Lab59.02934.1638-45.6221

#5390de color RGB value is (83,144,222).

#5390de hex color red value is 83, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5390de hue: 0.59 , saturation: 0.68 and the lightness value of 5390de is 0.60.

The process color (four color CMYK) of #5390de color hex is 0.63, 0.35, 0.00, 0.13. Web safe color of #5390de is #6699cc. Color #5390de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010000 11011110
Octal 123 220 336
Decimal 83 144 222
Hex 53 90 DE

RGB Percentages of Color #5390de

%18.49
%32.07
%49.44

CMYK Percentages of Color #5390de

%63
%35
%0
%13

Triadic Colors of #5390de

#5390de #de5390 #90de53

Analogous Colors of #5390de

#5390de #5b53de #53d6de

Monochromatic Colors of #5390de

#5390de

Complementary Color

#5390de #dea153

#5390de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5390de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5390de Color CSS Codes

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

#5390de Text Font Color

<p style="color:#5390de">Text here</p>

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


#5390de Background Color

<div style="background-color:#5390de">
Div content here</div>

This div background color is #5390de


#5390de Border Color

<div style="border:3px solid #5390de">
Div here</div>

This div border color is #5390de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,144,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5390de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5390de;
  -webkit-box-shadow: 1px 1px 3px 2px #5390de;
  box-shadow:         1px 1px 3px 2px #5390de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5390de


Comments

No comments written yet.

Please login to write comment.