Color Hex Logo

#815fec Color Hex

#815FEC
(129,95,236)
0 Favorites   0 Comments

Color spaces of #815fec

RGB 12995236
HSL0.710.790.65
HSV254°60°93°
CMYK 0.450.600.00   0.07
XYZ28.285818.907781.5156
Yxy18.90770.21980.1469
Hunter Lab43.483040.0195-80.7102
CIE-Lab50.579046.8421-66.8118

#815fec color RGB value is (129,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011111 11101100
Octal 201 137 354
Decimal 129 95 236
Hex 81 5F EC

RGB Percentages of Color #815fec

%28.04
%20.65
%51.30

CMYK Percentages of Color #815fec

%45
%60
%0
%7

Triadic Colors of #815fec

#815fec #ec815f #5fec81

Analogous Colors of #815fec

#815fec #c85fec #5f84ec

Monochromatic Colors of #815fec

#815fec

Complementary Color

#815fec #caec5f

#815fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#815fec Color CSS Codes

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

#815fec Text Font Color

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

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


#815fec Background Color

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

This div background color is #815fec


#815fec Border Color

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

This div border color is #815fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815fec


Comments

No comments written yet.

Please login to write comment.