Color Hex Logo

#8680de Color Hex

#8680DE
(134,128,222)
0 Favorites   0 Comments

Color spaces of #8680de

RGB 134128222
HSL0.680.590.69
HSV244°42°87°
CMYK 0.400.420.00   0.13
XYZ30.735525.780672.4635
Yxy25.78060.23830.1999
Hunter Lab50.774619.1962-49.0741
CIE-Lab57.828224.9671-47.3256

#8680de color RGB value is (134,128,222).

#8680de hex color red value is 134, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8680de hue: 0.68 , saturation: 0.59 and the lightness value of 8680de is 0.69.

The process color (four color CMYK) of #8680de color hex is 0.40, 0.42, 0.00, 0.13. Web safe color of #8680de is #9999cc. Color #8680de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000000 11011110
Octal 206 200 336
Decimal 134 128 222
Hex 86 80 DE

RGB Percentages of Color #8680de

%27.69
%26.45
%45.87

CMYK Percentages of Color #8680de

%40
%42
%0
%13

Triadic Colors of #8680de

#8680de #de8680 #80de86

Analogous Colors of #8680de

#8680de #b580de #80a9de

Monochromatic Colors of #8680de

#8680de

Complementary Color

#8680de #d8de80

#8680de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8680de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8680de Color CSS Codes

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

#8680de Text Font Color

<p style="color:#8680de">Text here</p>

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


#8680de Background Color

<div style="background-color:#8680de">
Div content here</div>

This div background color is #8680de


#8680de Border Color

<div style="border:3px solid #8680de">
Div here</div>

This div border color is #8680de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,128,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8680de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8680de;
  -webkit-box-shadow: 1px 1px 3px 2px #8680de;
  box-shadow:         1px 1px 3px 2px #8680de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8680de


Comments

No comments written yet.

Please login to write comment.