Color Hex Logo

#811feb Color Hex

#811FEB
(129,31,235)
0 Favorites   0 Comments

Color spaces of #811feb

RGB 12931235
HSL0.750.840.52
HSV269°87°92°
CMYK 0.450.870.00   0.08
XYZ24.538611.645379.5517
Yxy11.64530.21200.1006
Hunter Lab34.125268.6358-114.3275
CIE-Lab40.646774.2091-82.4662

#811feb color RGB value is (129,31,235).

#811feb hex color red value is 129, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #811feb hue: 0.75 , saturation: 0.84 and the lightness value of 811feb is 0.52.

The process color (four color CMYK) of #811feb color hex is 0.45, 0.87, 0.00, 0.08. Web safe color of #811feb is #9933ff. Color #811feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011111 11101011
Octal 201 37 353
Decimal 129 31 235
Hex 81 1F EB

RGB Percentages of Color #811feb

%32.66
%7.85
%59.49

CMYK Percentages of Color #811feb

%45
%87
%0
%8

Triadic Colors of #811feb

#811feb #eb811f #1feb81

Analogous Colors of #811feb

#811feb #e71feb #1f23eb

Monochromatic Colors of #811feb

#811feb

Complementary Color

#811feb #89eb1f

#811feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#811feb Color CSS Codes

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

#811feb Text Font Color

<p style="color:#811feb">Text here</p>

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


#811feb Background Color

<div style="background-color:#811feb">
Div content here</div>

This div background color is #811feb


#811feb Border Color

<div style="border:3px solid #811feb">
Div here</div>

This div border color is #811feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,31,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #811feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #811feb;
  -webkit-box-shadow: 1px 1px 3px 2px #811feb;
  box-shadow:         1px 1px 3px 2px #811feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,31,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 #811feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811feb


Comments

No comments written yet.

Please login to write comment.