Color Hex Logo

#531fef Color Hex

#531FEF
(83,31,239)
0 Favorites   0 Comments

Color spaces of #531fef

RGB 8331239
HSL0.710.870.53
HSV255°87°94°
CMYK 0.650.870.00   0.06
XYZ19.63739.051082.3734
Yxy9.05100.17680.0815
Hunter Lab30.084963.8637-141.2786
CIE-Lab36.082371.0937-92.4409

#531fef color RGB value is (83,31,239).

#531fef hex color red value is 83, green value is 31 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #531fef hue: 0.71 , saturation: 0.87 and the lightness value of 531fef is 0.53.

The process color (four color CMYK) of #531fef color hex is 0.65, 0.87, 0.00, 0.06. Web safe color of #531fef is #6633ff. Color #531fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 11101111
Octal 123 37 357
Decimal 83 31 239
Hex 53 1F EF

RGB Percentages of Color #531fef

%23.51
%8.78
%67.71

CMYK Percentages of Color #531fef

%65
%87
%0
%6

Triadic Colors of #531fef

#531fef #ef531f #1fef53

Analogous Colors of #531fef

#531fef #bb1fef #1f53ef

Monochromatic Colors of #531fef

#531fef

Complementary Color

#531fef #bbef1f

#531fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#531fef Color CSS Codes

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

#531fef Text Font Color

<p style="color:#531fef">Text here</p>

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


#531fef Background Color

<div style="background-color:#531fef">
Div content here</div>

This div background color is #531fef


#531fef Border Color

<div style="border:3px solid #531fef">
Div here</div>

This div border color is #531fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,31,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531fef;
  -webkit-box-shadow: 1px 1px 3px 2px #531fef;
  box-shadow:         1px 1px 3px 2px #531fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531fef


Comments

No comments written yet.

Please login to write comment.