Color Hex Logo

#806faf Color Hex

#806FAF
(128,111,175)
0 Favorites   0 Comments

Color spaces of #806faf

RGB 128111175
HSL0.710.290.56
HSV256°37°69°
CMYK 0.270.370.00   0.31
XYZ22.324419.053243.0585
Yxy19.05320.26440.2257
Hunter Lab43.650014.9048-27.9316
CIE-Lab50.749420.7838-31.7160

#806faf color RGB value is (128,111,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 10101111
Octal 200 157 257
Decimal 128 111 175
Hex 80 6F AF

RGB Percentages of Color #806faf

%30.92
%26.81
%42.27

CMYK Percentages of Color #806faf

%27
%37
%0
%31

Triadic Colors of #806faf

#806faf #af806f #6faf80

Analogous Colors of #806faf

#806faf #a06faf #6f7eaf

Monochromatic Colors of #806faf

#806faf

Complementary Color

#806faf #9eaf6f

#806faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#806faf Color CSS Codes

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

#806faf Text Font Color

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

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


#806faf Background Color

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

This div background color is #806faf


#806faf Border Color

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

This div border color is #806faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806faf


Comments

No comments written yet.

Please login to write comment.