Color Hex Logo

#5289dd Color Hex

#5289DD
(82,137,221)
0 Favorites   0 Comments

Color spaces of #5289dd

RGB 82137221
HSL0.600.670.59
HSV216°63°87°
CMYK 0.630.380.00   0.13
XYZ25.476524.905671.8711
Yxy24.90560.20840.2037
Hunter Lab49.90553.7887-50.4523
CIE-Lab56.98337.7984-48.3052

#5289dd color RGB value is (82,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 11011101
Octal 122 211 335
Decimal 82 137 221
Hex 52 89 DD

RGB Percentages of Color #5289dd

%18.64
%31.14
%50.23

CMYK Percentages of Color #5289dd

%63
%38
%0
%13

Triadic Colors of #5289dd

#5289dd #dd5289 #89dd52

Analogous Colors of #5289dd

#5289dd #6152dd #52cfdd

Monochromatic Colors of #5289dd

#5289dd

Complementary Color

#5289dd #dda652

#5289dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5289dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5289dd Color CSS Codes

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

#5289dd Text Font Color

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

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


#5289dd Background Color

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

This div background color is #5289dd


#5289dd Border Color

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

This div border color is #5289dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,137,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5289dd


Comments

No comments written yet.

Please login to write comment.