Color Hex Logo

#532080 Color Hex

#532080
(83,32,128)
0 Favorites   0 Comments

Color spaces of #532080

RGB 8332128
HSL0.760.600.31
HSV272°75°50°
CMYK 0.350.750.00   0.50
XYZ7.98014.430520.8567
Yxy4.43050.23990.1332
Hunter Lab21.048830.8384-44.0149
CIE-Lab25.046442.0164-44.5203

#532080 color RGB value is (83,32,128).

#532080 hex color red value is 83, green value is 32 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #532080 hue: 0.76 , saturation: 0.60 and the lightness value of 532080 is 0.31.

The process color (four color CMYK) of #532080 color hex is 0.35, 0.75, 0.00, 0.50. Web safe color of #532080 is #663399. Color #532080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 10000000
Octal 123 40 200
Decimal 83 32 128
Hex 53 20 80

RGB Percentages of Color #532080

%34.16
%13.17
%52.67

CMYK Percentages of Color #532080

%35
%75
%0
%50

Triadic Colors of #532080

#532080 #805320 #208053

Analogous Colors of #532080

#532080 #80207d #232080

Monochromatic Colors of #532080

#532080

Complementary Color

#532080 #4d8020

#532080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532080 Color CSS Codes

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

#532080 Text Font Color

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

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


#532080 Background Color

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

This div background color is #532080


#532080 Border Color

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

This div border color is #532080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,32,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532080


Comments

No comments written yet.

Please login to write comment.