Color Hex Logo

#532cff Color Hex

#532CFF
(83,44,255)
0 Favorites   0 Comments

Color spaces of #532cff

RGB 8344255
HSL0.701.000.59
HSV251°83°100°
CMYK 0.670.830.00   0.00
XYZ22.518010.860495.5172
Yxy10.86040.17470.0843
Hunter Lab32.955164.2963-148.7777
CIE-Lab39.344370.8327-96.0354

#532cff color RGB value is (83,44,255).

#532cff hex color red value is 83, green value is 44 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #532cff hue: 0.70 , saturation: 1.00 and the lightness value of 532cff is 0.59.

The process color (four color CMYK) of #532cff color hex is 0.67, 0.83, 0.00, 0.00. Web safe color of #532cff is #6633ff. Color #532cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101100 11111111
Octal 123 54 377
Decimal 83 44 255
Hex 53 2C FF

RGB Percentages of Color #532cff

%21.73
%11.52
%66.75

CMYK Percentages of Color #532cff

%67
%83
%0
%0

Triadic Colors of #532cff

#532cff #ff532c #2cff53

Analogous Colors of #532cff

#532cff #bd2cff #2c6fff

Monochromatic Colors of #532cff

#532cff

Complementary Color

#532cff #d8ff2c

#532cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#532cff Color CSS Codes

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

#532cff Text Font Color

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

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


#532cff Background Color

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

This div background color is #532cff


#532cff Border Color

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

This div border color is #532cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532cff

Related Colors


Comments

No comments written yet.

Please login to write comment.