Color Hex Logo

#524372 Color Hex

#524372
(82,67,114)
0 Favorites   0 Comments

Color spaces of #524372

RGB 8267114
HSL0.720.260.35
HSV259°41°45°
CMYK 0.280.410.00   0.55
XYZ8.52417.023116.8259
Yxy7.02310.26330.2169
Hunter Lab26.501111.0376-19.0932
CIE-Lab31.859417.5162-24.8092

#524372 color RGB value is (82,67,114).

#524372 hex color red value is 82, green value is 67 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #524372 hue: 0.72 , saturation: 0.26 and the lightness value of 524372 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000011 01110010
Octal 122 103 162
Decimal 82 67 114
Hex 52 43 72

RGB Percentages of Color #524372

%31.18
%25.48
%43.35

CMYK Percentages of Color #524372

%28
%41
%0
%55

Triadic Colors of #524372

#524372 #725243 #437252

Analogous Colors of #524372

#524372 #6a4372 #434c72

Monochromatic Colors of #524372

#524372

Complementary Color

#524372 #637243

#524372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524372 Color CSS Codes

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

#524372 Text Font Color

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

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


#524372 Background Color

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

This div background color is #524372


#524372 Border Color

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

This div border color is #524372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,67,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 #524372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524372


Comments

No comments written yet.

Please login to write comment.