Color Hex Logo

#526ade Color Hex

#526ADE
(82,106,222)
0 Favorites   0 Comments

Color spaces of #526ade

RGB 82106222
HSL0.640.680.60
HSV230°63°87°
CMYK 0.630.520.00   0.13
XYZ21.818517.375871.3112
Yxy17.37580.19740.1572
Hunter Lab41.684320.4834-72.2511
CIE-Lab48.730127.1395-62.0815

#526ade color RGB value is (82,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 11011110
Octal 122 152 336
Decimal 82 106 222
Hex 52 6A DE

RGB Percentages of Color #526ade

%20.00
%25.85
%54.15

CMYK Percentages of Color #526ade

%63
%52
%0
%13

Triadic Colors of #526ade

#526ade #de526a #6ade52

Analogous Colors of #526ade

#526ade #8052de #52b0de

Monochromatic Colors of #526ade

#526ade

Complementary Color

#526ade #dec652

#526ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#526ade Color CSS Codes

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

#526ade Text Font Color

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

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


#526ade Background Color

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

This div background color is #526ade


#526ade Border Color

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

This div border color is #526ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526ade


Comments

No comments written yet.

Please login to write comment.