Color Hex Logo

#5289dc Color Hex

#5289DC
(82,137,220)
0 Favorites   0 Comments

Color spaces of #5289dc

RGB 82137220
HSL0.600.660.59
HSV216°63°86°
CMYK 0.630.380.00   0.14
XYZ25.343624.852571.1714
Yxy24.85250.20880.2048
Hunter Lab49.85233.5033-49.7485
CIE-Lab56.93147.4606-47.8277

#5289dc color RGB value is (82,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 11011100
Octal 122 211 334
Decimal 82 137 220
Hex 52 89 DC

RGB Percentages of Color #5289dc

%18.68
%31.21
%50.11

CMYK Percentages of Color #5289dc

%63
%38
%0
%14

Triadic Colors of #5289dc

#5289dc #dc5289 #89dc52

Analogous Colors of #5289dc

#5289dc #6052dc #52cedc

Monochromatic Colors of #5289dc

#5289dc

Complementary Color

#5289dc #dca552

#5289dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5289dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5289dc Color CSS Codes

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

#5289dc Text Font Color

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

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


#5289dc Background Color

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

This div background color is #5289dc


#5289dc Border Color

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

This div border color is #5289dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5289dc


Comments

No comments written yet.

Please login to write comment.