Color Hex Logo

#5296ff Color Hex

#5296FF
(82,150,255)
0 Favorites   0 Comments

Color spaces of #5296ff

RGB 82150255
HSL0.601.000.66
HSV216°68°100°
CMYK 0.680.410.00   0.00
XYZ32.436030.826598.8483
Yxy30.82650.20010.1902
Hunter Lab55.52167.1177-66.6922
CIE-Lab62.360911.6456-58.5519

#5296ff color RGB value is (82,150,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010110 11111111
Octal 122 226 377
Decimal 82 150 255
Hex 52 96 FF

RGB Percentages of Color #5296ff

%16.84
%30.80
%52.36

CMYK Percentages of Color #5296ff

%68
%41
%0
%0

Triadic Colors of #5296ff

#5296ff #ff5296 #96ff52

Analogous Colors of #5296ff

#5296ff #6552ff #52edff

Monochromatic Colors of #5296ff

#5296ff

Complementary Color

#5296ff #ffbb52

#5296ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5296ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5296ff Color CSS Codes

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

#5296ff Text Font Color

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

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


#5296ff Background Color

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

This div background color is #5296ff


#5296ff Border Color

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

This div border color is #5296ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5296ff

Related Colors


Comments

No comments written yet.

Please login to write comment.