Color Hex Logo

#531eff Color Hex

#531EFF
(83,30,255)
0 Favorites   0 Comments

Color spaces of #531eff

RGB 8330255
HSL0.711.000.56
HSV254°88°100°
CMYK 0.670.880.00   0.00
XYZ22.08169.987595.3717
Yxy9.98750.17330.0784
Hunter Lab31.603069.4160-156.8035
CIE-Lab37.820075.3915-98.5663

#531eff color RGB value is (83,30,255).

#531eff hex color red value is 83, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #531eff hue: 0.71 , saturation: 1.00 and the lightness value of 531eff is 0.56.

The process color (four color CMYK) of #531eff color hex is 0.67, 0.88, 0.00, 0.00. Web safe color of #531eff is #6633ff. Color #531eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 11111111
Octal 123 36 377
Decimal 83 30 255
Hex 53 1E FF

RGB Percentages of Color #531eff

%22.55
%8.15
%69.29

CMYK Percentages of Color #531eff

%67
%88
%0
%0

Triadic Colors of #531eff

#531eff #ff531e #1eff53

Analogous Colors of #531eff

#531eff #c41eff #1e59ff

Monochromatic Colors of #531eff

#531eff

Complementary Color

#531eff #caff1e

#531eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eff Color CSS Codes

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

#531eff Text Font Color

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

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


#531eff Background Color

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

This div background color is #531eff


#531eff Border Color

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

This div border color is #531eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eff

#531eff Color Palettes


Comments

No comments written yet.

Please login to write comment.