Color Hex Logo

#5383dc Color Hex

#5383DC
(83,131,220)
0 Favorites   0 Comments

Color spaces of #5383dc

RGB 83131220
HSL0.610.660.59
HSV219°62°86°
CMYK 0.620.400.00   0.14
XYZ24.601823.238970.8990
Yxy23.23890.20720.1957
Hunter Lab48.20676.7338-53.4547
CIE-Lab55.317611.2459-50.3885

#5383dc color RGB value is (83,131,220).

#5383dc hex color red value is 83, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5383dc hue: 0.61 , saturation: 0.66 and the lightness value of 5383dc is 0.59.

The process color (four color CMYK) of #5383dc color hex is 0.62, 0.40, 0.00, 0.14. Web safe color of #5383dc is #6699cc. Color #5383dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 11011100
Octal 123 203 334
Decimal 83 131 220
Hex 53 83 DC

RGB Percentages of Color #5383dc

%19.12
%30.18
%50.69

CMYK Percentages of Color #5383dc

%62
%40
%0
%14

Triadic Colors of #5383dc

#5383dc #dc5383 #83dc53

Analogous Colors of #5383dc

#5383dc #6853dc #53c8dc

Monochromatic Colors of #5383dc

#5383dc

Complementary Color

#5383dc #dcac53

#5383dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5383dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5383dc Color CSS Codes

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

#5383dc Text Font Color

<p style="color:#5383dc">Text here</p>

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


#5383dc Background Color

<div style="background-color:#5383dc">
Div content here</div>

This div background color is #5383dc


#5383dc Border Color

<div style="border:3px solid #5383dc">
Div here</div>

This div border color is #5383dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,131,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5383dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5383dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5383dc;
  box-shadow:         1px 1px 3px 2px #5383dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5383dc


Comments

No comments written yet.

Please login to write comment.