Color Hex Logo

#806ffd Color Hex

#806FFD
(128,111,253)
0 Favorites   0 Comments

Color spaces of #806ffd

RGB 128111253
HSL0.690.970.71
HSV247°56°99°
CMYK 0.490.560.00   0.01
XYZ32.316123.049995.6743
Yxy23.04990.21400.1526
Hunter Lab48.010336.1316-84.5451
CIE-Lab55.123742.4094-68.9345

#806ffd color RGB value is (128,111,253).

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

The process color (four color CMYK) of #806ffd color hex is 0.49, 0.56, 0.00, 0.01. Web safe color of #806ffd is #9966ff. Color #806ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 11111101
Octal 200 157 375
Decimal 128 111 253
Hex 80 6F FD

RGB Percentages of Color #806ffd

%26.02
%22.56
%51.42

CMYK Percentages of Color #806ffd

%49
%56
%0
%1

Triadic Colors of #806ffd

#806ffd #fd806f #6ffd80

Analogous Colors of #806ffd

#806ffd #c76ffd #6fa5fd

Monochromatic Colors of #806ffd

#806ffd

Complementary Color

#806ffd #ecfd6f

#806ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#806ffd Color CSS Codes

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

#806ffd Text Font Color

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

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


#806ffd Background Color

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

This div background color is #806ffd


#806ffd Border Color

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

This div border color is #806ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,111,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806ffd


Comments

No comments written yet.

Please login to write comment.