Color Hex Logo

#5082dc Color Hex

#5082DC
(80,130,220)
0 Favorites   0 Comments

Color spaces of #5082dc

RGB 80130220
HSL0.610.670.59
HSV219°64°86°
CMYK 0.640.410.00   0.14
XYZ24.209222.838070.8424
Yxy22.83800.20540.1937
Hunter Lab47.78916.7943-54.4389
CIE-Lab54.905111.3197-51.0535

#5082dc color RGB value is (80,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 11011100
Octal 120 202 334
Decimal 80 130 220
Hex 50 82 DC

RGB Percentages of Color #5082dc

%18.60
%30.23
%51.16

CMYK Percentages of Color #5082dc

%64
%41
%0
%14

Triadic Colors of #5082dc

#5082dc #dc5082 #82dc50

Analogous Colors of #5082dc

#5082dc #6450dc #50c8dc

Monochromatic Colors of #5082dc

#5082dc

Complementary Color

#5082dc #dcaa50

#5082dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5082dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5082dc Color CSS Codes

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

#5082dc Text Font Color

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

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


#5082dc Background Color

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

This div background color is #5082dc


#5082dc Border Color

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

This div border color is #5082dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5082dc


Comments

No comments written yet.

Please login to write comment.