Color Hex Logo

#526aca Color Hex

#526ACA
(82,106,202)
0 Favorites   0 Comments

Color spaces of #526aca

RGB 82106202
HSL0.630.530.56
HSV228°59°79°
CMYK 0.590.480.00   0.21
XYZ19.294416.366258.0192
Yxy16.36620.20600.1747
Hunter Lab40.455214.3360-56.7128
CIE-Lab47.451320.3588-52.7451

#526aca color RGB value is (82,106,202).

#526aca hex color red value is 82, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #526aca hue: 0.63 , saturation: 0.53 and the lightness value of 526aca is 0.56.

The process color (four color CMYK) of #526aca color hex is 0.59, 0.48, 0.00, 0.21. Web safe color of #526aca is #6666cc. Color #526aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 11001010
Octal 122 152 312
Decimal 82 106 202
Hex 52 6A CA

RGB Percentages of Color #526aca

%21.03
%27.18
%51.79

CMYK Percentages of Color #526aca

%59
%48
%0
%21

Triadic Colors of #526aca

#526aca #ca526a #6aca52

Analogous Colors of #526aca

#526aca #7652ca #52a6ca

Monochromatic Colors of #526aca

#526aca

Complementary Color

#526aca #cab252

#526aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#526aca Color CSS Codes

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

#526aca Text Font Color

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

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


#526aca Background Color

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

This div background color is #526aca


#526aca Border Color

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

This div border color is #526aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526aca


Comments

No comments written yet.

Please login to write comment.