Color Hex Logo

#806fee Color Hex

#806FEE
(128,111,238)
0 Favorites   0 Comments

Color spaces of #806fee

RGB 128111238
HSL0.690.790.68
HSV248°53°93°
CMYK 0.460.530.00   0.07
XYZ30.019122.131183.5785
Yxy22.13110.22120.1631
Hunter Lab47.043731.5763-72.4048
CIE-Lab54.165838.0658-62.1468

#806fee color RGB value is (128,111,238).

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

The process color (four color CMYK) of #806fee color hex is 0.46, 0.53, 0.00, 0.07. Web safe color of #806fee is #9966ff. Color #806fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 11101110
Octal 200 157 356
Decimal 128 111 238
Hex 80 6F EE

RGB Percentages of Color #806fee

%26.83
%23.27
%49.90

CMYK Percentages of Color #806fee

%46
%53
%0
%7

Triadic Colors of #806fee

#806fee #ee806f #6fee80

Analogous Colors of #806fee

#806fee #c06fee #6f9eee

Monochromatic Colors of #806fee

#806fee

Complementary Color

#806fee #ddee6f

#806fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#806fee Color CSS Codes

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

#806fee Text Font Color

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

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


#806fee Background Color

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

This div background color is #806fee


#806fee Border Color

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

This div border color is #806fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806fee


Comments

No comments written yet.

Please login to write comment.