Color Hex Logo

#532b75 Color Hex

#532B75
(83,43,117)
0 Favorites   0 Comments

Color spaces of #532b75

RGB 8343117
HSL0.760.460.31
HSV272°63°46°
CMYK 0.290.630.00   0.54
XYZ7.64204.851117.3632
Yxy4.85110.25600.1625
Hunter Lab22.025223.3893-31.3226
CIE-Lab26.306333.4494-35.5141

#532b75 color RGB value is (83,43,117).

#532b75 hex color red value is 83, green value is 43 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #532b75 hue: 0.76 , saturation: 0.46 and the lightness value of 532b75 is 0.31.

The process color (four color CMYK) of #532b75 color hex is 0.29, 0.63, 0.00, 0.54. Web safe color of #532b75 is #663366. Color #532b75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101011 01110101
Octal 123 53 165
Decimal 83 43 117
Hex 53 2B 75

RGB Percentages of Color #532b75

%34.16
%17.70
%48.15

CMYK Percentages of Color #532b75

%29
%63
%0
%54

Triadic Colors of #532b75

#532b75 #75532b #2b7553

Analogous Colors of #532b75

#532b75 #752b72 #2e2b75

Monochromatic Colors of #532b75

#532b75

Complementary Color

#532b75 #4d752b

#532b75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532b75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532b75 Color CSS Codes

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

#532b75 Text Font Color

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

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


#532b75 Background Color

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

This div background color is #532b75


#532b75 Border Color

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

This div border color is #532b75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,43,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532b75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532b75;
  -webkit-box-shadow: 1px 1px 3px 2px #532b75;
  box-shadow:         1px 1px 3px 2px #532b75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532b75


Comments

No comments written yet.

Please login to write comment.