color codes Logo

#532d7c color codes

#532D7C
(83,45,124)
0 Favorites   0 Comments

Color spaces of #532d7c

RGB 8345124
HSL0.750.470.33
HSV269°64°49°
CMYK 0.330.640.00   0.51
XYZ8.14385.171019.6377
Yxy5.17100.24710.1569
Hunter Lab22.739824.1314-35.2839
CIE-Lab27.216534.1498-38.4875

#532d7c color RGB value is (83,45,124).

#532d7c hex color red value is 83, green value is 45 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #532d7c hue: 0.75 , saturation: 0.47 and the lightness value of 532d7c is 0.33.

The process color (four color CMYK) of #532d7c color code is 0.33, 0.64, 0.00, 0.51. Web safe color of #532d7c is #663366. Color #532d7c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101101 01111100
Octal 123 55 174
Decimal 83 45 124
Hex 53 2D 7C

RGB Percentages of Color #532d7c

%32.94
%17.86
%49.21

CMYK Percentages of Color #532d7c

%33
%64
%0
%51

Triadic Colors of #532d7c

#532d7c #7c532d #2d7c53

Analogous Colors of #532d7c

#532d7c #7b2d7c #2d2e7c

Monochromatic Colors of #532d7c

#532d7c

Complementary Color

#532d7c #567c2d

#532d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#532d7c Color CSS Codes

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

#532d7c Text Font Color

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

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


#532d7c Background Color

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

This div background color is #532d7c


#532d7c Border Color

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

This div border color is #532d7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532d7c


Comments

No comments written yet.

Please login to write comment.