Color Hex Logo

#524090 Color Hex

#524090
(82,64,144)
0 Favorites   0 Comments

Color spaces of #524090

RGB 8264144
HSL0.700.380.41
HSV254°56°56°
CMYK 0.430.560.00   0.44
XYZ10.34717.474227.2829
Yxy7.47420.22940.1657
Hunter Lab27.339019.7144-40.0311
CIE-Lab32.862928.1266-41.8415

#524090 color RGB value is (82,64,144).

#524090 hex color red value is 82, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #524090 hue: 0.70 , saturation: 0.38 and the lightness value of 524090 is 0.41.

The process color (four color CMYK) of #524090 color hex is 0.43, 0.56, 0.00, 0.44. Web safe color of #524090 is #663399. Color #524090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000000 10010000
Octal 122 100 220
Decimal 82 64 144
Hex 52 40 90

RGB Percentages of Color #524090

%28.28
%22.07
%49.66

CMYK Percentages of Color #524090

%43
%56
%0
%44

Triadic Colors of #524090

#524090 #905240 #409052

Analogous Colors of #524090

#524090 #7a4090 #405690

Monochromatic Colors of #524090

#524090

Complementary Color

#524090 #7e9040

#524090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524090 Color CSS Codes

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

#524090 Text Font Color

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

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


#524090 Background Color

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

This div background color is #524090


#524090 Border Color

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

This div border color is #524090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524090


Comments

No comments written yet.

Please login to write comment.