Color Hex Logo

#8677ff Color Hex

#8677FF
(134,119,255)
0 Favorites   0 Comments

Color spaces of #8677ff

RGB 134119255
HSL0.691.000.73
HSV247°53°100°
CMYK 0.470.530.00   0.00
XYZ34.478325.482097.7090
Yxy25.48200.21870.1616
Hunter Lab50.479733.5784-79.4265
CIE-Lab57.542139.6011-66.1134

#8677ff color RGB value is (134,119,255).

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

The process color (four color CMYK) of #8677ff color hex is 0.47, 0.53, 0.00, 0.00. Web safe color of #8677ff is #9966ff. Color #8677ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 11111111
Octal 206 167 377
Decimal 134 119 255
Hex 86 77 FF

RGB Percentages of Color #8677ff

%26.38
%23.43
%50.20

CMYK Percentages of Color #8677ff

%47
%53
%0
%0

Triadic Colors of #8677ff

#8677ff #ff8677 #77ff86

Analogous Colors of #8677ff

#8677ff #ca77ff #77acff

Monochromatic Colors of #8677ff

#8677ff

Complementary Color

#8677ff #f0ff77

#8677ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8677ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8677ff Color CSS Codes

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

#8677ff Text Font Color

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

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


#8677ff Background Color

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

This div background color is #8677ff


#8677ff Border Color

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

This div border color is #8677ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8677ff

Related Colors


Comments

No comments written yet.

Please login to write comment.