Color Hex Logo

#532385 Color Hex

#532385
(83,35,133)
0 Favorites   0 Comments

Color spaces of #532385

RGB 8335133
HSL0.750.580.33
HSV269°74°52°
CMYK 0.380.740.00   0.48
XYZ8.40194.734522.6613
Yxy4.73450.23470.1323
Hunter Lab21.758930.8472-46.5177
CIE-Lab25.964641.8505-46.1709

#532385 color RGB value is (83,35,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 10000101
Octal 123 43 205
Decimal 83 35 133
Hex 53 23 85

RGB Percentages of Color #532385

%33.07
%13.94
%52.99

CMYK Percentages of Color #532385

%38
%74
%0
%48

Triadic Colors of #532385

#532385 #855323 #238553

Analogous Colors of #532385

#532385 #842385 #232485

Monochromatic Colors of #532385

#532385

Complementary Color

#532385 #558523

#532385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532385 Color CSS Codes

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

#532385 Text Font Color

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

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


#532385 Background Color

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

This div background color is #532385


#532385 Border Color

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

This div border color is #532385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532385


Comments

No comments written yet.

Please login to write comment.