Color Hex Logo

#815feb Color Hex

#815FEB
(129,95,235)
0 Favorites   0 Comments

Color spaces of #815feb

RGB 12995235
HSL0.710.780.65
HSV255°60°92°
CMYK 0.450.600.00   0.08
XYZ28.140918.849780.7524
Yxy18.84970.22030.1476
Hunter Lab43.416239.7191-79.8856
CIE-Lab50.510946.5649-66.3607

#815feb color RGB value is (129,95,235).

#815feb hex color red value is 129, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #815feb hue: 0.71 , saturation: 0.78 and the lightness value of 815feb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011111 11101011
Octal 201 137 353
Decimal 129 95 235
Hex 81 5F EB

RGB Percentages of Color #815feb

%28.10
%20.70
%51.20

CMYK Percentages of Color #815feb

%45
%60
%0
%8

Triadic Colors of #815feb

#815feb #eb815f #5feb81

Analogous Colors of #815feb

#815feb #c75feb #5f83eb

Monochromatic Colors of #815feb

#815feb

Complementary Color

#815feb #c9eb5f

#815feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#815feb Color CSS Codes

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

#815feb Text Font Color

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

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


#815feb Background Color

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

This div background color is #815feb


#815feb Border Color

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

This div border color is #815feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815feb


Comments

No comments written yet.

Please login to write comment.