Color Hex Logo

#526abc Color Hex

#526ABC
(82,106,188)
0 Favorites   0 Comments

Color spaces of #526abc

RGB 82106188
HSL0.630.440.53
HSV226°56°74°
CMYK 0.560.440.00   0.26
XYZ17.710815.732749.6802
Yxy15.73270.21310.1893
Hunter Lab39.664510.2902-46.4963
CIE-Lab46.621815.6641-46.0019

#526abc color RGB value is (82,106,188).

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

The process color (four color CMYK) of #526abc color hex is 0.56, 0.44, 0.00, 0.26. Web safe color of #526abc is #6666cc. Color #526abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 10111100
Octal 122 152 274
Decimal 82 106 188
Hex 52 6A BC

RGB Percentages of Color #526abc

%21.81
%28.19
%50.00

CMYK Percentages of Color #526abc

%56
%44
%0
%26

Triadic Colors of #526abc

#526abc #bc526a #6abc52

Analogous Colors of #526abc

#526abc #6f52bc #529fbc

Monochromatic Colors of #526abc

#526abc

Complementary Color

#526abc #bca452

#526abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#526abc Color CSS Codes

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

#526abc Text Font Color

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

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


#526abc Background Color

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

This div background color is #526abc


#526abc Border Color

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

This div border color is #526abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526abc


Comments

No comments written yet.

Please login to write comment.