Color Hex Logo

#8677eb Color Hex

#8677EB
(134,119,235)
0 Favorites   0 Comments

Color spaces of #8677eb

RGB 134119235
HSL0.690.740.69
HSV248°49°92°
CMYK 0.430.490.00   0.08
XYZ31.423724.260181.6237
Yxy24.26010.22890.1767
Hunter Lab49.254527.6850-63.7761
CIE-Lab56.347333.8930-56.9468

#8677eb color RGB value is (134,119,235).

#8677eb hex color red value is 134, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8677eb hue: 0.69 , saturation: 0.74 and the lightness value of 8677eb is 0.69.

The process color (four color CMYK) of #8677eb color hex is 0.43, 0.49, 0.00, 0.08. Web safe color of #8677eb is #9966ff. Color #8677eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 11101011
Octal 206 167 353
Decimal 134 119 235
Hex 86 77 EB

RGB Percentages of Color #8677eb

%27.46
%24.39
%48.16

CMYK Percentages of Color #8677eb

%43
%49
%0
%8

Triadic Colors of #8677eb

#8677eb #eb8677 #77eb86

Analogous Colors of #8677eb

#8677eb #c077eb #77a2eb

Monochromatic Colors of #8677eb

#8677eb

Complementary Color

#8677eb #dceb77

#8677eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8677eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8677eb Color CSS Codes

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

#8677eb Text Font Color

<p style="color:#8677eb">Text here</p>

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


#8677eb Background Color

<div style="background-color:#8677eb">
Div content here</div>

This div background color is #8677eb


#8677eb Border Color

<div style="border:3px solid #8677eb">
Div here</div>

This div border color is #8677eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,119,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8677eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8677eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8677eb;
  box-shadow:         1px 1px 3px 2px #8677eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8677eb


Comments

No comments written yet.

Please login to write comment.