Color Hex Logo

#532fff Color Hex

#532FFF
(83,47,255)
0 Favorites   0 Comments

Color spaces of #532fff

RGB 8347255
HSL0.701.000.59
HSV250°82°100°
CMYK 0.670.820.00   0.00
XYZ22.633811.092095.5558
Yxy11.09200.17510.0858
Hunter Lab33.304763.0252-146.7982
CIE-Lab39.735069.6783-95.3876

#532fff color RGB value is (83,47,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 11111111
Octal 123 57 377
Decimal 83 47 255
Hex 53 2F FF

RGB Percentages of Color #532fff

%21.56
%12.21
%66.23

CMYK Percentages of Color #532fff

%67
%82
%0
%0

Triadic Colors of #532fff

#532fff #ff532f #2fff53

Analogous Colors of #532fff

#532fff #bb2fff #2f73ff

Monochromatic Colors of #532fff

#532fff

Complementary Color

#532fff #dbff2f

#532fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#532fff Color CSS Codes

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

#532fff Text Font Color

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

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


#532fff Background Color

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

This div background color is #532fff


#532fff Border Color

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

This div border color is #532fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,47,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 #532fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532fff

Related Colors


Comments

No comments written yet.

Please login to write comment.