Color Hex Logo

#526add Color Hex

#526ADD
(82,106,221)
0 Favorites   0 Comments

Color spaces of #526add

RGB 82106221
HSL0.640.670.59
HSV230°63°87°
CMYK 0.630.520.00   0.13
XYZ21.684917.322470.6072
Yxy17.32240.19780.1580
Hunter Lab41.620220.1665-71.4493
CIE-Lab48.663726.7994-61.6225

#526add color RGB value is (82,106,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 11011101
Octal 122 152 335
Decimal 82 106 221
Hex 52 6A DD

RGB Percentages of Color #526add

%20.05
%25.92
%54.03

CMYK Percentages of Color #526add

%63
%52
%0
%13

Triadic Colors of #526add

#526add #dd526a #6add52

Analogous Colors of #526add

#526add #8052dd #52b0dd

Monochromatic Colors of #526add

#526add

Complementary Color

#526add #ddc552

#526add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526add Color Preview on White Background

Lorem ipsum dolor sit amet.

#526add Color CSS Codes

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

#526add Text Font Color

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

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


#526add Background Color

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

This div background color is #526add


#526add Border Color

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

This div border color is #526add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526add


Comments

No comments written yet.

Please login to write comment.