Color Hex Logo

#5285eb Color Hex

#5285EB
(82,133,235)
0 Favorites   0 Comments

Color spaces of #5285eb

RGB 82133235
HSL0.610.790.62
HSV220°65°92°
CMYK 0.650.430.00   0.08
XYZ26.862624.567181.9234
Yxy24.56710.20140.1842
Hunter Lab49.565210.0016-63.3013
CIE-Lab56.651214.9738-56.6449

#5285eb color RGB value is (82,133,235).

#5285eb hex color red value is 82, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5285eb hue: 0.61 , saturation: 0.79 and the lightness value of 5285eb is 0.62.

The process color (four color CMYK) of #5285eb color hex is 0.65, 0.43, 0.00, 0.08. Web safe color of #5285eb is #6699ff. Color #5285eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000101 11101011
Octal 122 205 353
Decimal 82 133 235
Hex 52 85 EB

RGB Percentages of Color #5285eb

%18.22
%29.56
%52.22

CMYK Percentages of Color #5285eb

%65
%43
%0
%8

Triadic Colors of #5285eb

#5285eb #eb5285 #85eb52

Analogous Colors of #5285eb

#5285eb #6c52eb #52d2eb

Monochromatic Colors of #5285eb

#5285eb

Complementary Color

#5285eb #ebb852

#5285eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5285eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5285eb Color CSS Codes

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

#5285eb Text Font Color

<p style="color:#5285eb">Text here</p>

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


#5285eb Background Color

<div style="background-color:#5285eb">
Div content here</div>

This div background color is #5285eb


#5285eb Border Color

<div style="border:3px solid #5285eb">
Div here</div>

This div border color is #5285eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,133,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5285eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5285eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5285eb;
  box-shadow:         1px 1px 3px 2px #5285eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5285eb


Comments

No comments written yet.

Please login to write comment.