Color Hex Logo

#510deb Color Hex

#510DEB
(81,13,235)
0 Favorites   0 Comments

Color spaces of #510deb

RGB 8113235
HSL0.720.900.49
HSV258°94°92°
CMYK 0.660.940.00   0.08
XYZ18.53278.035379.1715
Yxy8.03530.17530.0760
Hunter Lab28.346667.0948-145.7532
CIE-Lab34.056374.1770-93.5416

#510deb color RGB value is (81,13,235).

#510deb hex color red value is 81, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #510deb hue: 0.72 , saturation: 0.90 and the lightness value of 510deb is 0.49.

The process color (four color CMYK) of #510deb color hex is 0.66, 0.94, 0.00, 0.08. Web safe color of #510deb is #6600ff. Color #510deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001101 11101011
Octal 121 15 353
Decimal 81 13 235
Hex 51 D EB

RGB Percentages of Color #510deb

%24.62
%3.95
%71.43

CMYK Percentages of Color #510deb

%66
%94
%0
%8

Triadic Colors of #510deb

#510deb #eb510d #0deb51

Analogous Colors of #510deb

#510deb #c00deb #0d38eb

Monochromatic Colors of #510deb

#510deb

Complementary Color

#510deb #a7eb0d

#510deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#510deb Color CSS Codes

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

#510deb Text Font Color

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

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


#510deb Background Color

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

This div background color is #510deb


#510deb Border Color

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

This div border color is #510deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510deb


Comments

No comments written yet.

Please login to write comment.