Color Hex Logo

#806fdf Color Hex

#806FDF
(128,111,223)
0 Favorites   0 Comments

Color spaces of #806fdf

RGB 128111223
HSL0.690.640.65
HSV249°50°87°
CMYK 0.430.500.00   0.13
XYZ27.905821.285872.4498
Yxy21.28580.22940.1750
Hunter Lab46.136527.2272-60.8096
CIE-Lab53.260933.7809-55.1893

#806fdf color RGB value is (128,111,223).

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

The process color (four color CMYK) of #806fdf color hex is 0.43, 0.50, 0.00, 0.13. Web safe color of #806fdf is #9966cc. Color #806fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 11011111
Octal 200 157 337
Decimal 128 111 223
Hex 80 6F DF

RGB Percentages of Color #806fdf

%27.71
%24.03
%48.27

CMYK Percentages of Color #806fdf

%43
%50
%0
%13

Triadic Colors of #806fdf

#806fdf #df806f #6fdf80

Analogous Colors of #806fdf

#806fdf #b86fdf #6f96df

Monochromatic Colors of #806fdf

#806fdf

Complementary Color

#806fdf #cedf6f

#806fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#806fdf Color CSS Codes

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

#806fdf Text Font Color

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

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


#806fdf Background Color

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

This div background color is #806fdf


#806fdf Border Color

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

This div border color is #806fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806fdf


Comments

No comments written yet.

Please login to write comment.