Color Hex Logo

#5260dc Color Hex

#5260DC
(82,96,220)
0 Favorites   0 Comments

Color spaces of #5260dc

RGB 8296220
HSL0.650.660.59
HSV234°63°86°
CMYK 0.630.560.00   0.14
XYZ20.580815.326969.5838
Yxy15.32690.19510.1453
Hunter Lab39.149625.3251-77.9763
CIE-Lab46.078732.6658-65.2389

#5260dc color RGB value is (82,96,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 11011100
Octal 122 140 334
Decimal 82 96 220
Hex 52 60 DC

RGB Percentages of Color #5260dc

%20.60
%24.12
%55.28

CMYK Percentages of Color #5260dc

%63
%56
%0
%14

Triadic Colors of #5260dc

#5260dc #dc5260 #60dc52

Analogous Colors of #5260dc

#5260dc #8952dc #52a5dc

Monochromatic Colors of #5260dc

#5260dc

Complementary Color

#5260dc #dcce52

#5260dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5260dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5260dc Color CSS Codes

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

#5260dc Text Font Color

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

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


#5260dc Background Color

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

This div background color is #5260dc


#5260dc Border Color

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

This div border color is #5260dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5260dc


Comments

No comments written yet.

Please login to write comment.