Color Hex Logo

#525acd Color Hex

#525ACD
(82,90,205)
0 Favorites   0 Comments

Color spaces of #525acd

RGB 8290205
HSL0.660.550.56
HSV236°60°80°
CMYK 0.600.560.00   0.20
XYZ18.155313.513959.4092
Yxy13.51390.19930.1484
Hunter Lab36.761323.8237-70.0846
CIE-Lab43.527631.3709-60.7948

#525acd color RGB value is (82,90,205).

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

The process color (four color CMYK) of #525acd color hex is 0.60, 0.56, 0.00, 0.20. Web safe color of #525acd is #6666cc. Color #525acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11001101
Octal 122 132 315
Decimal 82 90 205
Hex 52 5A CD

RGB Percentages of Color #525acd

%21.75
%23.87
%54.38

CMYK Percentages of Color #525acd

%60
%56
%0
%20

Triadic Colors of #525acd

#525acd #cd525a #5acd52

Analogous Colors of #525acd

#525acd #8852cd #5298cd

Monochromatic Colors of #525acd

#525acd

Complementary Color

#525acd #cdc552

#525acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#525acd Color CSS Codes

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

#525acd Text Font Color

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

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


#525acd Background Color

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

This div background color is #525acd


#525acd Border Color

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

This div border color is #525acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525acd


Comments

No comments written yet.

Please login to write comment.