Color Hex Logo

#532380 Color Hex

#532380
(83,35,128)
0 Favorites   0 Comments

Color spaces of #532380

RGB 8335128
HSL0.750.570.32
HSV271°73°50°
CMYK 0.350.730.00   0.50
XYZ8.06464.599620.8848
Yxy4.59960.24040.1371
Hunter Lab21.446729.5897-42.7240
CIE-Lab25.562240.5636-43.6829

#532380 color RGB value is (83,35,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 10000000
Octal 123 43 200
Decimal 83 35 128
Hex 53 23 80

RGB Percentages of Color #532380

%33.74
%14.23
%52.03

CMYK Percentages of Color #532380

%35
%73
%0
%50

Triadic Colors of #532380

#532380 #805323 #238053

Analogous Colors of #532380

#532380 #80237f #252380

Monochromatic Colors of #532380

#532380

Complementary Color

#532380 #508023

#532380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532380 Color CSS Codes

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

#532380 Text Font Color

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

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


#532380 Background Color

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

This div background color is #532380


#532380 Border Color

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

This div border color is #532380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532380


Comments

No comments written yet.

Please login to write comment.