Color Hex Logo

#523661 Color Hex

#523661
(82,54,97)
0 Favorites   0 Comments

Color spaces of #523661

RGB 825497
HSL0.780.280.30
HSV279°44°38°
CMYK 0.150.440.00   0.62
XYZ6.95655.295211.9647
Yxy5.29520.28730.2187
Hunter Lab23.011313.6922-14.7199
CIE-Lab27.559821.3906-20.6922

#523661 color RGB value is (82,54,97).

#523661 hex color red value is 82, green value is 54 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #523661 hue: 0.78 , saturation: 0.28 and the lightness value of 523661 is 0.30.

The process color (four color CMYK) of #523661 color hex is 0.15, 0.44, 0.00, 0.62. Web safe color of #523661 is #663366. Color #523661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110110 01100001
Octal 122 66 141
Decimal 82 54 97
Hex 52 36 61

RGB Percentages of Color #523661

%35.19
%23.18
%41.63

CMYK Percentages of Color #523661

%15
%44
%0
%62

Triadic Colors of #523661

#523661 #615236 #366152

Analogous Colors of #523661

#523661 #61365b #3d3661

Monochromatic Colors of #523661

#523661

Complementary Color

#523661 #456136

#523661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523661 Color CSS Codes

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

#523661 Text Font Color

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

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


#523661 Background Color

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

This div background color is #523661


#523661 Border Color

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

This div border color is #523661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523661


Comments

No comments written yet.

Please login to write comment.