Color Hex Logo

#525acc Color Hex

#525ACC
(82,90,204)
0 Favorites   0 Comments

Color spaces of #525acc

RGB 8290204
HSL0.660.540.56
HSV236°60°80°
CMYK 0.600.560.00   0.20
XYZ18.034913.465858.7754
Yxy13.46580.19980.1492
Hunter Lab36.695823.5099-69.2774
CIE-Lab43.456931.0377-60.3334

#525acc color RGB value is (82,90,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11001100
Octal 122 132 314
Decimal 82 90 204
Hex 52 5A CC

RGB Percentages of Color #525acc

%21.81
%23.94
%54.26

CMYK Percentages of Color #525acc

%60
%56
%0
%20

Triadic Colors of #525acc

#525acc #cc525a #5acc52

Analogous Colors of #525acc

#525acc #8752cc #5297cc

Monochromatic Colors of #525acc

#525acc

Complementary Color

#525acc #ccc452

#525acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#525acc Color CSS Codes

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

#525acc Text Font Color

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

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


#525acc Background Color

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

This div background color is #525acc


#525acc Border Color

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

This div border color is #525acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525acc


Comments

No comments written yet.

Please login to write comment.