Color Hex Logo

#806caf Color Hex

#806CAF
(128,108,175)
0 Favorites   0 Comments

Color spaces of #806caf

RGB 128108175
HSL0.720.300.55
HSV258°38°69°
CMYK 0.270.380.00   0.31
XYZ22.002518.409542.9512
Yxy18.40950.26390.2208
Hunter Lab42.906316.4494-29.3176
CIE-Lab49.989122.5711-32.9049

#806caf color RGB value is (128,108,175).

#806caf hex color red value is 128, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #806caf hue: 0.72 , saturation: 0.30 and the lightness value of 806caf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 10101111
Octal 200 154 257
Decimal 128 108 175
Hex 80 6C AF

RGB Percentages of Color #806caf

%31.14
%26.28
%42.58

CMYK Percentages of Color #806caf

%27
%38
%0
%31

Triadic Colors of #806caf

#806caf #af806c #6caf80

Analogous Colors of #806caf

#806caf #a26caf #6c7aaf

Monochromatic Colors of #806caf

#806caf

Complementary Color

#806caf #9baf6c

#806caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#806caf Color CSS Codes

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

#806caf Text Font Color

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

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


#806caf Background Color

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

This div background color is #806caf


#806caf Border Color

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

This div border color is #806caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806caf


Comments

No comments written yet.

Please login to write comment.