Color Hex Logo

#510eab Color Hex

#510EAB
(81,14,171)
0 Favorites   0 Comments

Color spaces of #510eab

RGB 8114171
HSL0.740.850.36
HSV266°92°67°
CMYK 0.530.920.00   0.33
XYZ10.90115.003738.9193
Yxy5.00370.19880.0913
Hunter Lab22.369047.8430-87.4992
CIE-Lab26.745358.6827-68.2391

#510eab color RGB value is (81,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001110 10101011
Octal 121 16 253
Decimal 81 14 171
Hex 51 E AB

RGB Percentages of Color #510eab

%30.45
%5.26
%64.29

CMYK Percentages of Color #510eab

%53
%92
%0
%33

Triadic Colors of #510eab

#510eab #ab510e #0eab51

Analogous Colors of #510eab

#510eab #a00eab #0e1aab

Monochromatic Colors of #510eab

#510eab

Complementary Color

#510eab #68ab0e

#510eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#510eab Color CSS Codes

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

#510eab Text Font Color

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

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


#510eab Background Color

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

This div background color is #510eab


#510eab Border Color

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

This div border color is #510eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510eab


Comments

No comments written yet.

Please login to write comment.