Color Hex Logo

#5283dc Color Hex

#5283DC
(82,131,220)
0 Favorites   0 Comments

Color spaces of #5283dc

RGB 82131220
HSL0.610.660.59
HSV219°63°86°
CMYK 0.630.400.00   0.14
XYZ24.514223.193770.8949
Yxy23.19370.20670.1956
Hunter Lab48.15986.5799-53.5674
CIE-Lab55.271311.0667-50.4649

#5283dc color RGB value is (82,131,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000011 11011100
Octal 122 203 334
Decimal 82 131 220
Hex 52 83 DC

RGB Percentages of Color #5283dc

%18.94
%30.25
%50.81

CMYK Percentages of Color #5283dc

%63
%40
%0
%14

Triadic Colors of #5283dc

#5283dc #dc5283 #83dc52

Analogous Colors of #5283dc

#5283dc #6652dc #52c8dc

Monochromatic Colors of #5283dc

#5283dc

Complementary Color

#5283dc #dcab52

#5283dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5283dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5283dc Color CSS Codes

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

#5283dc Text Font Color

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

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


#5283dc Background Color

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

This div background color is #5283dc


#5283dc Border Color

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

This div border color is #5283dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,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 #5283dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5283dc


Comments

No comments written yet.

Please login to write comment.