Color Hex Logo

#531fde Color Hex

#531FDE
(83,31,222)
0 Favorites   0 Comments

Color spaces of #531fde

RGB 8331222
HSL0.710.750.50
HSV256°86°87°
CMYK 0.630.860.00   0.13
XYZ17.24218.092969.7606
Yxy8.09290.18130.0851
Hunter Lab28.448058.4033-125.4781
CIE-Lab34.175666.7698-85.9073

#531fde color RGB value is (83,31,222).

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

The process color (four color CMYK) of #531fde color hex is 0.63, 0.86, 0.00, 0.13. Web safe color of #531fde is #6633cc. Color #531fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 11011110
Octal 123 37 336
Decimal 83 31 222
Hex 53 1F DE

RGB Percentages of Color #531fde

%24.70
%9.23
%66.07

CMYK Percentages of Color #531fde

%63
%86
%0
%13

Triadic Colors of #531fde

#531fde #de531f #1fde53

Analogous Colors of #531fde

#531fde #b31fde #1f4bde

Monochromatic Colors of #531fde

#531fde

Complementary Color

#531fde #aade1f

#531fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#531fde Color CSS Codes

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

#531fde Text Font Color

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

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


#531fde Background Color

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

This div background color is #531fde


#531fde Border Color

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

This div border color is #531fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531fde


Comments

No comments written yet.

Please login to write comment.