Color Hex Logo

#523480 Color Hex

#523480
(82,52,128)
0 Favorites   0 Comments

Color spaces of #523480

RGB 8252128
HSL0.730.420.35
HSV264°59°50°
CMYK 0.360.590.00   0.50
XYZ8.60395.808321.0897
Yxy5.80830.24240.1636
Hunter Lab24.100421.5492-35.0130
CIE-Lab28.923630.8670-38.2633

#523480 color RGB value is (82,52,128).

#523480 hex color red value is 82, green value is 52 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #523480 hue: 0.73 , saturation: 0.42 and the lightness value of 523480 is 0.35.

The process color (four color CMYK) of #523480 color hex is 0.36, 0.59, 0.00, 0.50. Web safe color of #523480 is #663399. Color #523480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110100 10000000
Octal 122 64 200
Decimal 82 52 128
Hex 52 34 80

RGB Percentages of Color #523480

%31.30
%19.85
%48.85

CMYK Percentages of Color #523480

%36
%59
%0
%50

Triadic Colors of #523480

#523480 #805234 #348052

Analogous Colors of #523480

#523480 #783480 #343c80

Monochromatic Colors of #523480

#523480

Complementary Color

#523480 #628034

#523480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523480 Color CSS Codes

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

#523480 Text Font Color

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

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


#523480 Background Color

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

This div background color is #523480


#523480 Border Color

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

This div border color is #523480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,52,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523480;
  -webkit-box-shadow: 1px 1px 3px 2px #523480;
  box-shadow:         1px 1px 3px 2px #523480; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523480


Comments

No comments written yet.

Please login to write comment.