Color Hex Logo

#522385 Color Hex

#522385
(82,35,133)
0 Favorites   0 Comments

Color spaces of #522385

RGB 8235133
HSL0.750.580.33
HSV269°74°52°
CMYK 0.380.740.00   0.48
XYZ8.31434.689422.6572
Yxy4.68940.23310.1315
Hunter Lab21.655030.6376-46.8754
CIE-Lab25.830941.6499-46.3943

#522385 color RGB value is (82,35,133).

#522385 hex color red value is 82, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #522385 hue: 0.75 , saturation: 0.58 and the lightness value of 522385 is 0.33.

The process color (four color CMYK) of #522385 color hex is 0.38, 0.74, 0.00, 0.48. Web safe color of #522385 is #663399. Color #522385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100011 10000101
Octal 122 43 205
Decimal 82 35 133
Hex 52 23 85

RGB Percentages of Color #522385

%32.80
%14.00
%53.20

CMYK Percentages of Color #522385

%38
%74
%0
%48

Triadic Colors of #522385

#522385 #855223 #238552

Analogous Colors of #522385

#522385 #832385 #232585

Monochromatic Colors of #522385

#522385

Complementary Color

#522385 #568523

#522385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522385 Color CSS Codes

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

#522385 Text Font Color

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

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


#522385 Background Color

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

This div background color is #522385


#522385 Border Color

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

This div border color is #522385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522385


Comments

No comments written yet.

Please login to write comment.