Color Hex Logo

#513dad Color Hex

#513DAD
(81,61,173)
0 Favorites   0 Comments

Color spaces of #513dad

RGB 8161173
HSL0.700.480.46
HSV251°65°68°
CMYK 0.530.650.00   0.32
XYZ12.60498.103940.4350
Yxy8.10390.20620.1325
Hunter Lab28.467329.2192-64.2883
CIE-Lab34.198338.6064-57.2082

#513dad color RGB value is (81,61,173).

#513dad hex color red value is 81, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #513dad hue: 0.70 , saturation: 0.48 and the lightness value of 513dad is 0.46.

The process color (four color CMYK) of #513dad color hex is 0.53, 0.65, 0.00, 0.32. Web safe color of #513dad is #663399. Color #513dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111101 10101101
Octal 121 75 255
Decimal 81 61 173
Hex 51 3D AD

RGB Percentages of Color #513dad

%25.71
%19.37
%54.92

CMYK Percentages of Color #513dad

%53
%65
%0
%32

Triadic Colors of #513dad

#513dad #ad513d #3dad51

Analogous Colors of #513dad

#513dad #893dad #3d61ad

Monochromatic Colors of #513dad

#513dad

Complementary Color

#513dad #99ad3d

#513dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#513dad Color CSS Codes

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

#513dad Text Font Color

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

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


#513dad Background Color

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

This div background color is #513dad


#513dad Border Color

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

This div border color is #513dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513dad


Comments

No comments written yet.

Please login to write comment.