Color Hex Logo

#5288dd Color Hex

#5288DD
(82,136,221)
0 Favorites   0 Comments

Color spaces of #5288dd

RGB 82136221
HSL0.600.670.59
HSV217°63°87°
CMYK 0.630.380.00   0.13
XYZ25.335024.622671.8240
Yxy24.62260.20800.2022
Hunter Lab49.62124.2994-51.0843
CIE-Lab56.70588.3966-48.7455

#5288dd color RGB value is (82,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 11011101
Octal 122 210 335
Decimal 82 136 221
Hex 52 88 DD

RGB Percentages of Color #5288dd

%18.68
%30.98
%50.34

CMYK Percentages of Color #5288dd

%63
%38
%0
%13

Triadic Colors of #5288dd

#5288dd #dd5288 #88dd52

Analogous Colors of #5288dd

#5288dd #6252dd #52cedd

Monochromatic Colors of #5288dd

#5288dd

Complementary Color

#5288dd #dda752

#5288dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5288dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5288dd Color CSS Codes

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

#5288dd Text Font Color

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

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


#5288dd Background Color

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

This div background color is #5288dd


#5288dd Border Color

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

This div border color is #5288dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5288dd


Comments

No comments written yet.

Please login to write comment.