Color Hex Logo

#524378 Color Hex

#524378
(82,67,120)
0 Favorites   0 Comments

Color spaces of #524378

RGB 8267120
HSL0.710.280.37
HSV257°44°47°
CMYK 0.320.440.00   0.53
XYZ8.87707.164218.6843
Yxy7.16420.25560.2063
Hunter Lab26.766012.3593-22.6518
CIE-Lab32.177819.1907-28.0744

#524378 color RGB value is (82,67,120).

#524378 hex color red value is 82, green value is 67 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #524378 hue: 0.71 , saturation: 0.28 and the lightness value of 524378 is 0.37.

The process color (four color CMYK) of #524378 color hex is 0.32, 0.44, 0.00, 0.53. Web safe color of #524378 is #663366. Color #524378 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000011 01111000
Octal 122 103 170
Decimal 82 67 120
Hex 52 43 78

RGB Percentages of Color #524378

%30.48
%24.91
%44.61

CMYK Percentages of Color #524378

%32
%44
%0
%53

Triadic Colors of #524378

#524378 #785243 #437852

Analogous Colors of #524378

#524378 #6d4378 #434f78

Monochromatic Colors of #524378

#524378

Complementary Color

#524378 #697843

#524378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524378 Color CSS Codes

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

#524378 Text Font Color

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

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


#524378 Background Color

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

This div background color is #524378


#524378 Border Color

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

This div border color is #524378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524378


Comments

No comments written yet.

Please login to write comment.