Color Hex Logo

#8689dc Color Hex

#8689DC
(134,137,220)
0 Favorites   0 Comments

Color spaces of #8689dc

RGB 134137220
HSL0.660.550.69
HSV238°39°86°
CMYK 0.390.380.00   0.14
XYZ31.695428.127071.4687
Yxy28.12700.24140.2142
Hunter Lab53.034913.8664-42.7735
CIE-Lab60.003319.1279-42.7727

#8689dc color RGB value is (134,137,220).

#8689dc hex color red value is 134, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8689dc hue: 0.66 , saturation: 0.55 and the lightness value of 8689dc is 0.69.

The process color (four color CMYK) of #8689dc color hex is 0.39, 0.38, 0.00, 0.14. Web safe color of #8689dc is #9999cc. Color #8689dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001001 11011100
Octal 206 211 334
Decimal 134 137 220
Hex 86 89 DC

RGB Percentages of Color #8689dc

%27.29
%27.90
%44.81

CMYK Percentages of Color #8689dc

%39
%38
%0
%14

Triadic Colors of #8689dc

#8689dc #dc8689 #89dc86

Analogous Colors of #8689dc

#8689dc #ae86dc #86b4dc

Monochromatic Colors of #8689dc

#8689dc

Complementary Color

#8689dc #dcd986

#8689dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8689dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8689dc Color CSS Codes

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

#8689dc Text Font Color

<p style="color:#8689dc">Text here</p>

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


#8689dc Background Color

<div style="background-color:#8689dc">
Div content here</div>

This div background color is #8689dc


#8689dc Border Color

<div style="border:3px solid #8689dc">
Div here</div>

This div border color is #8689dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,137,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8689dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8689dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8689dc;
  box-shadow:         1px 1px 3px 2px #8689dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8689dc


Comments

No comments written yet.

Please login to write comment.