Color Hex Logo

#513dac Color Hex

#513DAC
(81,61,172)
0 Favorites   0 Comments

Color spaces of #513dac

RGB 8161172
HSL0.700.480.46
HSV251°65°67°
CMYK 0.530.650.00   0.33
XYZ12.50858.065439.9272
Yxy8.06540.20670.1333
Hunter Lab28.399628.9202-63.4763
CIE-Lab34.118738.2979-56.7411

#513dac color RGB value is (81,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111101 10101100
Octal 121 75 254
Decimal 81 61 172
Hex 51 3D AC

RGB Percentages of Color #513dac

%25.80
%19.43
%54.78

CMYK Percentages of Color #513dac

%53
%65
%0
%33

Triadic Colors of #513dac

#513dac #ac513d #3dac51

Analogous Colors of #513dac

#513dac #893dac #3d60ac

Monochromatic Colors of #513dac

#513dac

Complementary Color

#513dac #98ac3d

#513dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#513dac Color CSS Codes

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

#513dac Text Font Color

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

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


#513dac Background Color

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

This div background color is #513dac


#513dac Border Color

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

This div border color is #513dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,61,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513dac


Comments

No comments written yet.

Please login to write comment.