Color Hex Logo

#532ccc Color Hex

#532CCC
(83,44,204)
0 Favorites   0 Comments

Color spaces of #532ccc

RGB 8344204
HSL0.710.650.49
HSV255°78°80°
CMYK 0.590.780.00   0.20
XYZ15.36708.000057.8610
Yxy8.00000.18920.0985
Hunter Lab28.284347.4826-101.4903
CIE-Lab33.982956.9439-75.8190

#532ccc color RGB value is (83,44,204).

#532ccc hex color red value is 83, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #532ccc hue: 0.71 , saturation: 0.65 and the lightness value of 532ccc is 0.49.

The process color (four color CMYK) of #532ccc color hex is 0.59, 0.78, 0.00, 0.20. Web safe color of #532ccc is #6633cc. Color #532ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101100 11001100
Octal 123 54 314
Decimal 83 44 204
Hex 53 2C CC

RGB Percentages of Color #532ccc

%25.08
%13.29
%61.63

CMYK Percentages of Color #532ccc

%59
%78
%0
%20

Triadic Colors of #532ccc

#532ccc #cc532c #2ccc53

Analogous Colors of #532ccc

#532ccc #a32ccc #2c55cc

Monochromatic Colors of #532ccc

#532ccc

Complementary Color

#532ccc #a5cc2c

#532ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ccc Color CSS Codes

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

#532ccc Text Font Color

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

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


#532ccc Background Color

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

This div background color is #532ccc


#532ccc Border Color

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

This div border color is #532ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ccc


Comments

No comments written yet.

Please login to write comment.