Color Hex Logo

#815faf Color Hex

#815FAF
(129,95,175)
0 Favorites   0 Comments

Color spaces of #815faf

RGB 12995175
HSL0.740.330.53
HSV266°46°69°
CMYK 0.260.460.00   0.31
XYZ20.883315.946742.5348
Yxy15.94670.26310.2009
Hunter Lab39.933323.4640-35.1992
CIE-Lab46.904530.5704-37.7476

#815faf color RGB value is (129,95,175).

#815faf hex color red value is 129, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #815faf hue: 0.74 , saturation: 0.33 and the lightness value of 815faf is 0.53.

The process color (four color CMYK) of #815faf color hex is 0.26, 0.46, 0.00, 0.31. Web safe color of #815faf is #996699. Color #815faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011111 10101111
Octal 201 137 257
Decimal 129 95 175
Hex 81 5F AF

RGB Percentages of Color #815faf

%32.33
%23.81
%43.86

CMYK Percentages of Color #815faf

%26
%46
%0
%31

Triadic Colors of #815faf

#815faf #af815f #5faf81

Analogous Colors of #815faf

#815faf #a95faf #5f65af

Monochromatic Colors of #815faf

#815faf

Complementary Color

#815faf #8daf5f

#815faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#815faf Color CSS Codes

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

#815faf Text Font Color

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

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


#815faf Background Color

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

This div background color is #815faf


#815faf Border Color

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

This div border color is #815faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815faf


Comments

No comments written yet.

Please login to write comment.