Color Hex Logo

#510eae Color Hex

#510EAE
(81,14,174)
0 Favorites   0 Comments

Color spaces of #510eae

RGB 8114174
HSL0.740.850.37
HSV265°92°68°
CMYK 0.530.920.00   0.32
XYZ11.19045.119440.4427
Yxy5.11940.19720.0902
Hunter Lab22.626148.6868-90.1388
CIE-Lab27.072359.4037-69.5036

#510eae color RGB value is (81,14,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001110 10101110
Octal 121 16 256
Decimal 81 14 174
Hex 51 E AE

RGB Percentages of Color #510eae

%30.11
%5.20
%64.68

CMYK Percentages of Color #510eae

%53
%92
%0
%32

Triadic Colors of #510eae

#510eae #ae510e #0eae51

Analogous Colors of #510eae

#510eae #a10eae #0e1bae

Monochromatic Colors of #510eae

#510eae

Complementary Color

#510eae #6bae0e

#510eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#510eae Color CSS Codes

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

#510eae Text Font Color

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

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


#510eae Background Color

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

This div background color is #510eae


#510eae Border Color

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

This div border color is #510eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510eae


Comments

No comments written yet.

Please login to write comment.