Color Hex Logo

#524790 Color Hex

#524790
(82,71,144)
0 Favorites   0 Comments

Color spaces of #524790

RGB 8271144
HSL0.690.340.42
HSV249°51°56°
CMYK 0.430.510.00   0.44
XYZ10.76708.313927.4228
Yxy8.31390.23150.1788
Hunter Lab28.833816.1955-36.2049
CIE-Lab34.628323.7042-39.0130

#524790 color RGB value is (82,71,144).

#524790 hex color red value is 82, green value is 71 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #524790 hue: 0.69 , saturation: 0.34 and the lightness value of 524790 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 10010000
Octal 122 107 220
Decimal 82 71 144
Hex 52 47 90

RGB Percentages of Color #524790

%27.61
%23.91
%48.48

CMYK Percentages of Color #524790

%43
%51
%0
%44

Triadic Colors of #524790

#524790 #905247 #479052

Analogous Colors of #524790

#524790 #774790 #476190

Monochromatic Colors of #524790

#524790

Complementary Color

#524790 #859047

#524790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524790 Color CSS Codes

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

#524790 Text Font Color

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

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


#524790 Background Color

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

This div background color is #524790


#524790 Border Color

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

This div border color is #524790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524790


Comments

No comments written yet.

Please login to write comment.