Color Hex Logo

#532285 Color Hex

#532285
(83,34,133)
0 Favorites   0 Comments

Color spaces of #532285

RGB 8334133
HSL0.750.590.33
HSV270°74°52°
CMYK 0.380.740.00   0.48
XYZ8.37294.676522.6517
Yxy4.67650.23450.1310
Hunter Lab21.625231.2679-46.9667
CIE-Lab25.792542.3356-46.4509

#532285 color RGB value is (83,34,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100010 10000101
Octal 123 42 205
Decimal 83 34 133
Hex 53 22 85

RGB Percentages of Color #532285

%33.20
%13.60
%53.20

CMYK Percentages of Color #532285

%38
%74
%0
%48

Triadic Colors of #532285

#532285 #855322 #228553

Analogous Colors of #532285

#532285 #852285 #222385

Monochromatic Colors of #532285

#532285

Complementary Color

#532285 #548522

#532285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532285 Color CSS Codes

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

#532285 Text Font Color

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

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


#532285 Background Color

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

This div background color is #532285


#532285 Border Color

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

This div border color is #532285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532285


Comments

No comments written yet.

Please login to write comment.