Color Hex Logo

#510dab Color Hex

#510DAB
(81,13,171)
0 Favorites   0 Comments

Color spaces of #510dab

RGB 8113171
HSL0.740.860.36
HSV266°92°67°
CMYK 0.530.920.00   0.33
XYZ10.88794.977538.9150
Yxy4.97750.19880.0909
Hunter Lab22.310348.0687-87.8000
CIE-Lab26.670658.9068-68.3627

#510dab color RGB value is (81,13,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001101 10101011
Octal 121 15 253
Decimal 81 13 171
Hex 51 D AB

RGB Percentages of Color #510dab

%30.57
%4.91
%64.53

CMYK Percentages of Color #510dab

%53
%92
%0
%33

Triadic Colors of #510dab

#510dab #ab510d #0dab51

Analogous Colors of #510dab

#510dab #a00dab #0d18ab

Monochromatic Colors of #510dab

#510dab

Complementary Color

#510dab #67ab0d

#510dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#510dab Color CSS Codes

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

#510dab Text Font Color

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

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


#510dab Background Color

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

This div background color is #510dab


#510dab Border Color

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

This div border color is #510dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510dab


Comments

No comments written yet.

Please login to write comment.