Color Hex Logo

#5284ff Color Hex

#5284FF
(82,132,255)
0 Favorites   0 Comments

Color spaces of #5284ff

RGB 82132255
HSL0.621.000.66
HSV223°68°100°
CMYK 0.680.480.00   0.00
XYZ29.780925.516497.9633
Yxy25.51640.19430.1665
Hunter Lab50.513816.8374-79.6238
CIE-Lab57.575122.4674-66.2236

#5284ff color RGB value is (82,132,255).

#5284ff hex color red value is 82, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5284ff hue: 0.62 , saturation: 1.00 and the lightness value of 5284ff is 0.66.

The process color (four color CMYK) of #5284ff color hex is 0.68, 0.48, 0.00, 0.00. Web safe color of #5284ff is #6699ff. Color #5284ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 11111111
Octal 122 204 377
Decimal 82 132 255
Hex 52 84 FF

RGB Percentages of Color #5284ff

%17.48
%28.14
%54.37

CMYK Percentages of Color #5284ff

%68
%48
%0
%0

Triadic Colors of #5284ff

#5284ff #ff5284 #84ff52

Analogous Colors of #5284ff

#5284ff #7752ff #52dbff

Monochromatic Colors of #5284ff

#5284ff

Complementary Color

#5284ff #ffcd52

#5284ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5284ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5284ff Color CSS Codes

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

#5284ff Text Font Color

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

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


#5284ff Background Color

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

This div background color is #5284ff


#5284ff Border Color

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

This div border color is #5284ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5284ff

Related Colors


Comments

No comments written yet.

Please login to write comment.