Color Hex Logo

#532afe Color Hex

#532AFE
(83,42,254)
0 Favorites   0 Comments

Color spaces of #532afe

RGB 8342254
HSL0.700.990.58
HSV252°83°100°
CMYK 0.670.830.00   0.00
XYZ22.284610.650794.6472
Yxy10.65070.17470.0835
Hunter Lab32.635464.7741-149.1044
CIE-Lab38.985871.3054-96.0705

#532afe color RGB value is (83,42,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101010 11111110
Octal 123 52 376
Decimal 83 42 254
Hex 53 2A FE

RGB Percentages of Color #532afe

%21.90
%11.08
%67.02

CMYK Percentages of Color #532afe

%67
%83
%0
%0

Triadic Colors of #532afe

#532afe #fe532a #2afe53

Analogous Colors of #532afe

#532afe #bd2afe #2a6bfe

Monochromatic Colors of #532afe

#532afe

Complementary Color

#532afe #d5fe2a

#532afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#532afe Color CSS Codes

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

#532afe Text Font Color

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

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


#532afe Background Color

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

This div background color is #532afe


#532afe Border Color

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

This div border color is #532afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532afe


Comments

No comments written yet.

Please login to write comment.