Color Hex Logo

#510ead Color Hex

#510EAD
(81,14,173)
0 Favorites   0 Comments

Color spaces of #510ead

RGB 8114173
HSL0.740.850.37
HSV265°92°68°
CMYK 0.530.920.00   0.32
XYZ11.09325.080539.9311
Yxy5.08050.19770.0906
Hunter Lab22.540048.4051-89.2583
CIE-Lab26.962959.1635-69.0834

#510ead color RGB value is (81,14,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001110 10101101
Octal 121 16 255
Decimal 81 14 173
Hex 51 E AD

RGB Percentages of Color #510ead

%30.22
%5.22
%64.55

CMYK Percentages of Color #510ead

%53
%92
%0
%32

Triadic Colors of #510ead

#510ead #ad510e #0ead51

Analogous Colors of #510ead

#510ead #a10ead #0e1aad

Monochromatic Colors of #510ead

#510ead

Complementary Color

#510ead #6aad0e

#510ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#510ead Color CSS Codes

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

#510ead Text Font Color

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

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


#510ead Background Color

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

This div background color is #510ead


#510ead Border Color

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

This div border color is #510ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510ead


Comments

No comments written yet.

Please login to write comment.