Color Hex Logo

#805eaf Color Hex

#805EAF
(128,94,175)
0 Favorites   0 Comments

Color spaces of #805eaf

RGB 12894175
HSL0.740.340.53
HSV265°46°69°
CMYK 0.270.460.00   0.31
XYZ20.642715.689742.4979
Yxy15.68970.26190.1990
Hunter Lab39.610223.7066-35.8852
CIE-Lab46.564730.8717-38.2911

#805eaf color RGB value is (128,94,175).

#805eaf hex color red value is 128, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #805eaf hue: 0.74 , saturation: 0.34 and the lightness value of 805eaf is 0.53.

The process color (four color CMYK) of #805eaf color hex is 0.27, 0.46, 0.00, 0.31. Web safe color of #805eaf is #996699. Color #805eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 10101111
Octal 200 136 257
Decimal 128 94 175
Hex 80 5E AF

RGB Percentages of Color #805eaf

%32.24
%23.68
%44.08

CMYK Percentages of Color #805eaf

%27
%46
%0
%31

Triadic Colors of #805eaf

#805eaf #af805e #5eaf80

Analogous Colors of #805eaf

#805eaf #a95eaf #5e65af

Monochromatic Colors of #805eaf

#805eaf

Complementary Color

#805eaf #8daf5e

#805eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#805eaf Color CSS Codes

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

#805eaf Text Font Color

<p style="color:#805eaf">Text here</p>

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


#805eaf Background Color

<div style="background-color:#805eaf">
Div content here</div>

This div background color is #805eaf


#805eaf Border Color

<div style="border:3px solid #805eaf">
Div here</div>

This div border color is #805eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,94,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #805eaf;
  box-shadow:         1px 1px 3px 2px #805eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,94,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 #805eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805eaf


Comments

No comments written yet.

Please login to write comment.