Color Hex Logo

#510eda Color Hex

#510EDA
(81,14,218)
0 Favorites   0 Comments

Color spaces of #510eda

RGB 8114218
HSL0.720.880.45
HSV260°94°85°
CMYK 0.630.940.00   0.15
XYZ16.20537.125466.8509
Yxy7.12540.17970.0790
Hunter Lab26.693461.6519-129.8001
CIE-Lab32.090769.9655-87.0707

#510eda color RGB value is (81,14,218).

#510eda hex color red value is 81, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #510eda hue: 0.72 , saturation: 0.88 and the lightness value of 510eda is 0.45.

The process color (four color CMYK) of #510eda color hex is 0.63, 0.94, 0.00, 0.15. Web safe color of #510eda is #6600cc. Color #510eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001110 11011010
Octal 121 16 332
Decimal 81 14 218
Hex 51 E DA

RGB Percentages of Color #510eda

%25.88
%4.47
%69.65

CMYK Percentages of Color #510eda

%63
%94
%0
%15

Triadic Colors of #510eda

#510eda #da510e #0eda51

Analogous Colors of #510eda

#510eda #b70eda #0e31da

Monochromatic Colors of #510eda

#510eda

Complementary Color

#510eda #97da0e

#510eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#510eda Color CSS Codes

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

#510eda Text Font Color

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

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


#510eda Background Color

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

This div background color is #510eda


#510eda Border Color

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

This div border color is #510eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510eda


Comments

No comments written yet.

Please login to write comment.