Color Hex Logo

#531dad Color Hex

#531DAD
(83,29,173)
0 Favorites   0 Comments

Color spaces of #531dad

RGB 8329173
HSL0.730.710.40
HSV263°83°68°
CMYK 0.520.830.00   0.32
XYZ11.54955.734940.0334
Yxy5.73490.20150.1001
Hunter Lab23.947744.1788-82.3520
CIE-Lab28.733554.8368-66.1527

#531dad color RGB value is (83,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 10101101
Octal 123 35 255
Decimal 83 29 173
Hex 53 1D AD

RGB Percentages of Color #531dad

%29.12
%10.18
%60.70

CMYK Percentages of Color #531dad

%52
%83
%0
%32

Triadic Colors of #531dad

#531dad #ad531d #1dad53

Analogous Colors of #531dad

#531dad #9b1dad #1d2fad

Monochromatic Colors of #531dad

#531dad

Complementary Color

#531dad #77ad1d

#531dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dad Color CSS Codes

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

#531dad Text Font Color

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

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


#531dad Background Color

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

This div background color is #531dad


#531dad Border Color

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

This div border color is #531dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dad


Comments

No comments written yet.

Please login to write comment.