Color Hex Logo

#810edb Color Hex

#810EDB
(129,14,219)
0 Favorites   0 Comments

Color spaces of #810edb

RGB 12914219
HSL0.760.880.46
HSV274°94°86°
CMYK 0.410.940.00   0.14
XYZ21.996510.095767.8071
Yxy10.09570.22020.1011
Hunter Lab31.773767.9690-104.2869
CIE-Lab38.013674.1614-77.6654

#810edb color RGB value is (129,14,219).

#810edb hex color red value is 129, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #810edb hue: 0.76 , saturation: 0.88 and the lightness value of 810edb is 0.46.

The process color (four color CMYK) of #810edb color hex is 0.41, 0.94, 0.00, 0.14. Web safe color of #810edb is #9900cc. Color #810edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00001110 11011011
Octal 201 16 333
Decimal 129 14 219
Hex 81 E DB

RGB Percentages of Color #810edb

%35.64
%3.87
%60.50

CMYK Percentages of Color #810edb

%41
%94
%0
%14

Triadic Colors of #810edb

#810edb #db810e #0edb81

Analogous Colors of #810edb

#810edb #db0ecf #1b0edb

Monochromatic Colors of #810edb

#810edb

Complementary Color

#810edb #68db0e

#810edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#810edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#810edb Color CSS Codes

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

#810edb Text Font Color

<p style="color:#810edb">Text here</p>

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


#810edb Background Color

<div style="background-color:#810edb">
Div content here</div>

This div background color is #810edb


#810edb Border Color

<div style="border:3px solid #810edb">
Div here</div>

This div border color is #810edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,14,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #810edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #810edb;
  -webkit-box-shadow: 1px 1px 3px 2px #810edb;
  box-shadow:         1px 1px 3px 2px #810edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #810edb


Comments

No comments written yet.

Please login to write comment.