Color Hex Logo

#523972 Color Hex

#523972
(82,57,114)
0 Favorites   0 Comments

Color spaces of #523972

RGB 8257114
HSL0.740.330.34
HSV266°50°45°
CMYK 0.280.500.00   0.55
XYZ7.98015.935016.6446
Yxy5.93500.26110.1942
Hunter Lab24.361915.8372-23.4550
CIE-Lab29.247923.9068-28.9250

#523972 color RGB value is (82,57,114).

#523972 hex color red value is 82, green value is 57 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #523972 hue: 0.74 , saturation: 0.33 and the lightness value of 523972 is 0.34.

The process color (four color CMYK) of #523972 color hex is 0.28, 0.50, 0.00, 0.55. Web safe color of #523972 is #663366. Color #523972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111001 01110010
Octal 122 71 162
Decimal 82 57 114
Hex 52 39 72

RGB Percentages of Color #523972

%32.41
%22.53
%45.06

CMYK Percentages of Color #523972

%28
%50
%0
%55

Triadic Colors of #523972

#523972 #725239 #397252

Analogous Colors of #523972

#523972 #6f3972 #393d72

Monochromatic Colors of #523972

#523972

Complementary Color

#523972 #597239

#523972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523972 Color CSS Codes

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

#523972 Text Font Color

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

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


#523972 Background Color

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

This div background color is #523972


#523972 Border Color

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

This div border color is #523972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523972


Comments

No comments written yet.

Please login to write comment.