Color Hex Logo

#532cfb Color Hex

#532CFB
(83,44,251)
0 Favorites   0 Comments

Color spaces of #532cfb

RGB 8344251
HSL0.700.960.58
HSV251°82°98°
CMYK 0.670.820.00   0.02
XYZ21.880510.605492.1606
Yxy10.60540.17550.0851
Hunter Lab32.565962.9407-144.9927
CIE-Lab38.907869.7669-94.5187

#532cfb color RGB value is (83,44,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101100 11111011
Octal 123 54 373
Decimal 83 44 251
Hex 53 2C FB

RGB Percentages of Color #532cfb

%21.96
%11.64
%66.40

CMYK Percentages of Color #532cfb

%67
%82
%0
%2

Triadic Colors of #532cfb

#532cfb #fb532c #2cfb53

Analogous Colors of #532cfb

#532cfb #bb2cfb #2c6dfb

Monochromatic Colors of #532cfb

#532cfb

Complementary Color

#532cfb #d4fb2c

#532cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#532cfb Color CSS Codes

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

#532cfb Text Font Color

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

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


#532cfb Background Color

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

This div background color is #532cfb


#532cfb Border Color

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

This div border color is #532cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532cfb


Comments

No comments written yet.

Please login to write comment.