Color Hex Logo

#523364 Color Hex

#523364
(82,51,100)
0 Favorites   0 Comments

Color spaces of #523364

RGB 8251100
HSL0.770.320.30
HSV278°49°39°
CMYK 0.180.490.00   0.61
XYZ6.96385.081612.6704
Yxy5.08160.28180.2056
Hunter Lab22.542415.6930-17.5454
CIE-Lab26.966024.0231-23.5635

#523364 color RGB value is (82,51,100).

#523364 hex color red value is 82, green value is 51 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #523364 hue: 0.77 , saturation: 0.32 and the lightness value of 523364 is 0.30.

The process color (four color CMYK) of #523364 color hex is 0.18, 0.49, 0.00, 0.61. Web safe color of #523364 is #663366. Color #523364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110011 01100100
Octal 122 63 144
Decimal 82 51 100
Hex 52 33 64

RGB Percentages of Color #523364

%35.19
%21.89
%42.92

CMYK Percentages of Color #523364

%18
%49
%0
%61

Triadic Colors of #523364

#523364 #645233 #336452

Analogous Colors of #523364

#523364 #64335e #3a3364

Monochromatic Colors of #523364

#523364

Complementary Color

#523364 #456433

#523364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523364 Color CSS Codes

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

#523364 Text Font Color

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

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


#523364 Background Color

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

This div background color is #523364


#523364 Border Color

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

This div border color is #523364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523364


Comments

No comments written yet.

Please login to write comment.