Color Hex Logo

#531ade Color Hex

#531ADE
(83,26,222)
0 Favorites   0 Comments

Color spaces of #531ade

RGB 8326222
HSL0.720.790.49
HSV257°88°87°
CMYK 0.630.880.00   0.13
XYZ17.12157.851769.7204
Yxy7.85170.18080.0829
Hunter Lab28.020960.0317-127.9083
CIE-Lab33.672168.2786-86.7423

#531ade color RGB value is (83,26,222).

#531ade hex color red value is 83, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #531ade hue: 0.72 , saturation: 0.79 and the lightness value of 531ade is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011010 11011110
Octal 123 32 336
Decimal 83 26 222
Hex 53 1A DE

RGB Percentages of Color #531ade

%25.08
%7.85
%67.07

CMYK Percentages of Color #531ade

%63
%88
%0
%13

Triadic Colors of #531ade

#531ade #de531a #1ade53

Analogous Colors of #531ade

#531ade #b51ade #1a43de

Monochromatic Colors of #531ade

#531ade

Complementary Color

#531ade #a5de1a

#531ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#531ade Color CSS Codes

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

#531ade Text Font Color

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

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


#531ade Background Color

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

This div background color is #531ade


#531ade Border Color

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

This div border color is #531ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531ade


Comments

No comments written yet.

Please login to write comment.