Color Hex Logo

#531fad Color Hex

#531FAD
(83,31,173)
0 Favorites   0 Comments

Color spaces of #531fad

RGB 8331173
HSL0.730.700.40
HSV262°82°68°
CMYK 0.520.820.00   0.32
XYZ11.60015.836140.0503
Yxy5.83610.20180.1015
Hunter Lab24.158043.4349-81.3831
CIE-Lab28.995154.0704-65.7219

#531fad color RGB value is (83,31,173).

#531fad hex color red value is 83, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #531fad hue: 0.73 , saturation: 0.70 and the lightness value of 531fad is 0.40.

The process color (four color CMYK) of #531fad color hex is 0.52, 0.82, 0.00, 0.32. Web safe color of #531fad is #663399. Color #531fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 10101101
Octal 123 37 255
Decimal 83 31 173
Hex 53 1F AD

RGB Percentages of Color #531fad

%28.92
%10.80
%60.28

CMYK Percentages of Color #531fad

%52
%82
%0
%32

Triadic Colors of #531fad

#531fad #ad531f #1fad53

Analogous Colors of #531fad

#531fad #9a1fad #1f32ad

Monochromatic Colors of #531fad

#531fad

Complementary Color

#531fad #79ad1f

#531fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#531fad Color CSS Codes

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

#531fad Text Font Color

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

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


#531fad Background Color

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

This div background color is #531fad


#531fad Border Color

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

This div border color is #531fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531fad


Comments

No comments written yet.

Please login to write comment.