Color Hex Logo

#8677ee Color Hex

#8677EE
(134,119,238)
0 Favorites   0 Comments

Color spaces of #8677ee

RGB 134119238
HSL0.690.780.70
HSV248°50°93°
CMYK 0.440.500.00   0.07
XYZ31.861024.435083.9261
Yxy24.43500.22720.1743
Hunter Lab49.431828.5457-66.0613
CIE-Lab56.520734.7418-58.3402

#8677ee color RGB value is (134,119,238).

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

The process color (four color CMYK) of #8677ee color hex is 0.44, 0.50, 0.00, 0.07. Web safe color of #8677ee is #9966ff. Color #8677ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 11101110
Octal 206 167 356
Decimal 134 119 238
Hex 86 77 EE

RGB Percentages of Color #8677ee

%27.29
%24.24
%48.47

CMYK Percentages of Color #8677ee

%44
%50
%0
%7

Triadic Colors of #8677ee

#8677ee #ee8677 #77ee86

Analogous Colors of #8677ee

#8677ee #c277ee #77a4ee

Monochromatic Colors of #8677ee

#8677ee

Complementary Color

#8677ee #dfee77

#8677ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8677ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8677ee Color CSS Codes

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

#8677ee Text Font Color

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

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


#8677ee Background Color

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

This div background color is #8677ee


#8677ee Border Color

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

This div border color is #8677ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8677ee


Comments

No comments written yet.

Please login to write comment.