Color Hex Logo

#525adb Color Hex

#525ADB
(82,90,219)
0 Favorites   0 Comments

Color spaces of #525adb

RGB 8290219
HSL0.660.660.59
HSV236°63°86°
CMYK 0.630.590.00   0.14
XYZ19.922014.220668.7127
Yxy14.22060.19370.1383
Hunter Lab37.710228.3072-81.6366
CIE-Lab44.547736.0268-67.1568

#525adb color RGB value is (82,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11011011
Octal 122 132 333
Decimal 82 90 219
Hex 52 5A DB

RGB Percentages of Color #525adb

%20.97
%23.02
%56.01

CMYK Percentages of Color #525adb

%63
%59
%0
%14

Triadic Colors of #525adb

#525adb #db525a #5adb52

Analogous Colors of #525adb

#525adb #8f52db #529fdb

Monochromatic Colors of #525adb

#525adb

Complementary Color

#525adb #dbd352

#525adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525adb Color CSS Codes

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

#525adb Text Font Color

<p style="color:#525adb">Text here</p>

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


#525adb Background Color

<div style="background-color:#525adb">
Div content here</div>

This div background color is #525adb


#525adb Border Color

<div style="border:3px solid #525adb">
Div here</div>

This div border color is #525adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525adb


Comments

No comments written yet.

Please login to write comment.