Color Hex Logo

#532183 Color Hex

#532183
(83,33,131)
0 Favorites   0 Comments

Color spaces of #532183

RGB 8333131
HSL0.750.600.32
HSV271°75°51°
CMYK 0.370.750.00   0.49
XYZ8.20794.565421.9213
Yxy4.56540.23660.1316
Hunter Lab21.366831.1776-45.8719
CIE-Lab25.458942.3025-45.7384

#532183 color RGB value is (83,33,131).

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

The process color (four color CMYK) of #532183 color hex is 0.37, 0.75, 0.00, 0.49. Web safe color of #532183 is #663399. Color #532183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100001 10000011
Octal 123 41 203
Decimal 83 33 131
Hex 53 21 83

RGB Percentages of Color #532183

%33.60
%13.36
%53.04

CMYK Percentages of Color #532183

%37
%75
%0
%49

Triadic Colors of #532183

#532183 #835321 #218353

Analogous Colors of #532183

#532183 #832182 #222183

Monochromatic Colors of #532183

#532183

Complementary Color

#532183 #518321

#532183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532183 Color CSS Codes

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

#532183 Text Font Color

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

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


#532183 Background Color

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

This div background color is #532183


#532183 Border Color

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

This div border color is #532183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532183


Comments

No comments written yet.

Please login to write comment.