Color Hex Logo

#510dad Color Hex

#510DAD
(81,13,173)
0 Favorites   0 Comments

Color spaces of #510dad

RGB 8113173
HSL0.740.860.36
HSV266°92°68°
CMYK 0.530.920.00   0.32
XYZ11.08015.054339.9268
Yxy5.05430.19760.0902
Hunter Lab22.481848.6303-89.5596
CIE-Lab26.888959.3862-69.2058

#510dad color RGB value is (81,13,173).

#510dad hex color red value is 81, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #510dad hue: 0.74 , saturation: 0.86 and the lightness value of 510dad is 0.36.

The process color (four color CMYK) of #510dad color hex is 0.53, 0.92, 0.00, 0.32. Web safe color of #510dad is #660099. Color #510dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001101 10101101
Octal 121 15 255
Decimal 81 13 173
Hex 51 D AD

RGB Percentages of Color #510dad

%30.34
%4.87
%64.79

CMYK Percentages of Color #510dad

%53
%92
%0
%32

Triadic Colors of #510dad

#510dad #ad510d #0dad51

Analogous Colors of #510dad

#510dad #a10dad #0d19ad

Monochromatic Colors of #510dad

#510dad

Complementary Color

#510dad #69ad0d

#510dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#510dad Color CSS Codes

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

#510dad Text Font Color

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

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


#510dad Background Color

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

This div background color is #510dad


#510dad Border Color

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

This div border color is #510dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510dad


Comments

No comments written yet.

Please login to write comment.