Color Hex Logo

#525add Color Hex

#525ADD
(82,90,221)
0 Favorites   0 Comments

Color spaces of #525add

RGB 8290221
HSL0.660.670.59
HSV237°63°87°
CMYK 0.630.590.00   0.13
XYZ20.187014.326670.1080
Yxy14.32660.19300.1369
Hunter Lab37.850528.9620-83.3236
CIE-Lab44.697736.6910-68.0515

#525add color RGB value is (82,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11011101
Octal 122 132 335
Decimal 82 90 221
Hex 52 5A DD

RGB Percentages of Color #525add

%20.87
%22.90
%56.23

CMYK Percentages of Color #525add

%63
%59
%0
%13

Triadic Colors of #525add

#525add #dd525a #5add52

Analogous Colors of #525add

#525add #9052dd #52a0dd

Monochromatic Colors of #525add

#525add

Complementary Color

#525add #ddd552

#525add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525add Color Preview on White Background

Lorem ipsum dolor sit amet.

#525add Color CSS Codes

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

#525add Text Font Color

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

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


#525add Background Color

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

This div background color is #525add


#525add Border Color

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

This div border color is #525add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525add


Comments

No comments written yet.

Please login to write comment.