Color Hex Logo

#5288d5 Color Hex

#5288D5
(82,136,213)
0 Favorites   0 Comments

Color spaces of #5288d5

RGB 82136213
HSL0.600.610.58
HSV215°62°84°
CMYK 0.620.360.00   0.16
XYZ24.294124.206366.3426
Yxy24.20630.21150.2108
Hunter Lab49.19992.0405-45.5085
CIE-Lab56.29385.7041-44.9094

#5288d5 color RGB value is (82,136,213).

#5288d5 hex color red value is 82, green value is 136 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #5288d5 hue: 0.60 , saturation: 0.61 and the lightness value of 5288d5 is 0.58.

The process color (four color CMYK) of #5288d5 color hex is 0.62, 0.36, 0.00, 0.16. Web safe color of #5288d5 is #6699cc. Color #5288d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 11010101
Octal 122 210 325
Decimal 82 136 213
Hex 52 88 D5

RGB Percentages of Color #5288d5

%19.03
%31.55
%49.42

CMYK Percentages of Color #5288d5

%62
%36
%0
%16

Triadic Colors of #5288d5

#5288d5 #d55288 #88d552

Analogous Colors of #5288d5

#5288d5 #5e52d5 #52cad5

Monochromatic Colors of #5288d5

#5288d5

Complementary Color

#5288d5 #d59f52

#5288d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5288d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5288d5 Color CSS Codes

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

#5288d5 Text Font Color

<p style="color:#5288d5">Text here</p>

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


#5288d5 Background Color

<div style="background-color:#5288d5">
Div content here</div>

This div background color is #5288d5


#5288d5 Border Color

<div style="border:3px solid #5288d5">
Div here</div>

This div border color is #5288d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,136,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5288d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5288d5;
  -webkit-box-shadow: 1px 1px 3px 2px #5288d5;
  box-shadow:         1px 1px 3px 2px #5288d5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5288d5


Comments

No comments written yet.

Please login to write comment.