Color Hex Logo

#512dad Color Hex

#512DAD
(81,45,173)
0 Favorites   0 Comments

Color spaces of #512dad

RGB 8145173
HSL0.710.590.43
HSV257°74°68°
CMYK 0.530.740.00   0.32
XYZ11.87466.643240.1916
Yxy6.64320.20230.1132
Hunter Lab25.774437.1320-74.4124
CIE-Lab30.980447.4541-62.4672

#512dad color RGB value is (81,45,173).

#512dad hex color red value is 81, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #512dad hue: 0.71 , saturation: 0.59 and the lightness value of 512dad is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 10101101
Octal 121 55 255
Decimal 81 45 173
Hex 51 2D AD

RGB Percentages of Color #512dad

%27.09
%15.05
%57.86

CMYK Percentages of Color #512dad

%53
%74
%0
%32

Triadic Colors of #512dad

#512dad #ad512d #2dad51

Analogous Colors of #512dad

#512dad #912dad #2d49ad

Monochromatic Colors of #512dad

#512dad

Complementary Color

#512dad #89ad2d

#512dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#512dad Color CSS Codes

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

#512dad Text Font Color

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

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


#512dad Background Color

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

This div background color is #512dad


#512dad Border Color

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

This div border color is #512dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512dad


Comments

No comments written yet.

Please login to write comment.