Color Hex Logo

#8686ce Color Hex

#8686CE
(134,134,206)
1 Favorites   0 Comments

Color spaces of #8686ce

RGB 134134206
HSL0.670.420.67
HSV240°35°81°
CMYK 0.350.350.00   0.19
XYZ29.497226.574861.9673
Yxy26.57480.24990.2251
Hunter Lab51.550811.9234-35.1848
CIE-Lab58.578717.0600-37.1574

#8686ce color RGB value is (134,134,206).

#8686ce hex color red value is 134, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8686ce hue: 0.67 , saturation: 0.42 and the lightness value of 8686ce is 0.67.

The process color (four color CMYK) of #8686ce color hex is 0.35, 0.35, 0.00, 0.19. Web safe color of #8686ce is #9999cc. Color #8686ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000110 11001110
Octal 206 206 316
Decimal 134 134 206
Hex 86 86 CE

RGB Percentages of Color #8686ce

%28.27
%28.27
%43.46

CMYK Percentages of Color #8686ce

%35
%35
%0
%19

Triadic Colors of #8686ce

#8686ce #ce8686 #86ce86

Analogous Colors of #8686ce

#8686ce #aa86ce #86aace

Monochromatic Colors of #8686ce

#8686ce

Complementary Color

#8686ce #cece86

#8686ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8686ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8686ce Color CSS Codes

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

#8686ce Text Font Color

<p style="color:#8686ce">Text here</p>

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


#8686ce Background Color

<div style="background-color:#8686ce">
Div content here</div>

This div background color is #8686ce


#8686ce Border Color

<div style="border:3px solid #8686ce">
Div here</div>

This div border color is #8686ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,134,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8686ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8686ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8686ce;
  box-shadow:         1px 1px 3px 2px #8686ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8686ce


Comments

No comments written yet.

Please login to write comment.