Color Hex Logo

#806eaf Color Hex

#806EAF
(128,110,175)
0 Favorites   0 Comments

Color spaces of #806eaf

RGB 128110175
HSL0.710.290.56
HSV257°37°69°
CMYK 0.270.370.00   0.31
XYZ22.215918.836243.0223
Yxy18.83620.26420.2240
Hunter Lab43.400715.4192-28.3926
CIE-Lab50.495021.3796-32.1135

#806eaf color RGB value is (128,110,175).

#806eaf hex color red value is 128, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #806eaf hue: 0.71 , saturation: 0.29 and the lightness value of 806eaf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 10101111
Octal 200 156 257
Decimal 128 110 175
Hex 80 6E AF

RGB Percentages of Color #806eaf

%30.99
%26.63
%42.37

CMYK Percentages of Color #806eaf

%27
%37
%0
%31

Triadic Colors of #806eaf

#806eaf #af806e #6eaf80

Analogous Colors of #806eaf

#806eaf #a16eaf #6e7daf

Monochromatic Colors of #806eaf

#806eaf

Complementary Color

#806eaf #9daf6e

#806eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#806eaf Color CSS Codes

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

#806eaf Text Font Color

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

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


#806eaf Background Color

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

This div background color is #806eaf


#806eaf Border Color

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

This div border color is #806eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806eaf


Comments

No comments written yet.

Please login to write comment.