Color Hex Logo

#5284d1 Color Hex

#5284D1
(82,132,209)
0 Favorites   0 Comments

Color spaces of #5284d1

RGB 82132209
HSL0.600.580.57
HSV216°61°82°
CMYK 0.610.370.00   0.18
XYZ23.239622.899863.5169
Yxy22.89980.21190.2088
Hunter Lab47.85372.9424-45.1988
CIE-Lab54.96906.7552-44.7512

#5284d1 color RGB value is (82,132,209).

#5284d1 hex color red value is 82, green value is 132 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #5284d1 hue: 0.60 , saturation: 0.58 and the lightness value of 5284d1 is 0.57.

The process color (four color CMYK) of #5284d1 color hex is 0.61, 0.37, 0.00, 0.18. Web safe color of #5284d1 is #6699cc. Color #5284d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 11010001
Octal 122 204 321
Decimal 82 132 209
Hex 52 84 D1

RGB Percentages of Color #5284d1

%19.39
%31.21
%49.41

CMYK Percentages of Color #5284d1

%61
%37
%0
%18

Triadic Colors of #5284d1

#5284d1 #d15284 #84d152

Analogous Colors of #5284d1

#5284d1 #5f52d1 #52c4d1

Monochromatic Colors of #5284d1

#5284d1

Complementary Color

#5284d1 #d19f52

#5284d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5284d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5284d1 Color CSS Codes

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

#5284d1 Text Font Color

<p style="color:#5284d1">Text here</p>

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


#5284d1 Background Color

<div style="background-color:#5284d1">
Div content here</div>

This div background color is #5284d1


#5284d1 Border Color

<div style="border:3px solid #5284d1">
Div here</div>

This div border color is #5284d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,132,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5284d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5284d1;
  -webkit-box-shadow: 1px 1px 3px 2px #5284d1;
  box-shadow:         1px 1px 3px 2px #5284d1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5284d1


Comments

No comments written yet.

Please login to write comment.