Color Hex Logo

#5262db Color Hex

#5262DB
(82,98,219)
0 Favorites   0 Comments

Color spaces of #5262db

RGB 8298219
HSL0.650.660.59
HSV233°63°86°
CMYK 0.630.550.00   0.14
XYZ20.633515.643768.9499
Yxy15.64370.19610.1487
Hunter Lab39.552123.9035-75.6718
CIE-Lab46.503531.0908-63.9818

#5262db color RGB value is (82,98,219).

#5262db hex color red value is 82, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5262db hue: 0.65 , saturation: 0.66 and the lightness value of 5262db is 0.59.

The process color (four color CMYK) of #5262db color hex is 0.63, 0.55, 0.00, 0.14. Web safe color of #5262db is #6666cc. Color #5262db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 11011011
Octal 122 142 333
Decimal 82 98 219
Hex 52 62 DB

RGB Percentages of Color #5262db

%20.55
%24.56
%54.89

CMYK Percentages of Color #5262db

%63
%55
%0
%14

Triadic Colors of #5262db

#5262db #db5262 #62db52

Analogous Colors of #5262db

#5262db #8752db #52a7db

Monochromatic Colors of #5262db

#5262db

Complementary Color

#5262db #dbcb52

#5262db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5262db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5262db Color CSS Codes

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

#5262db Text Font Color

<p style="color:#5262db">Text here</p>

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


#5262db Background Color

<div style="background-color:#5262db">
Div content here</div>

This div background color is #5262db


#5262db Border Color

<div style="border:3px solid #5262db">
Div here</div>

This div border color is #5262db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,98,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5262db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5262db;
  -webkit-box-shadow: 1px 1px 3px 2px #5262db;
  box-shadow:         1px 1px 3px 2px #5262db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5262db


Comments

No comments written yet.

Please login to write comment.