Color Hex Logo

#8677cb Color Hex

#8677CB
(134,119,203)
0 Favorites   0 Comments

Color spaces of #8677cb

RGB 134119203
HSL0.700.450.63
HSV251°41°80°
CMYK 0.340.410.00   0.20
XYZ27.207822.573859.4231
Yxy22.57380.24910.2067
Hunter Lab47.511919.0726-40.8956
CIE-Lab54.630625.0827-41.6644

#8677cb color RGB value is (134,119,203).

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

The process color (four color CMYK) of #8677cb color hex is 0.34, 0.41, 0.00, 0.20. Web safe color of #8677cb is #9966cc. Color #8677cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 11001011
Octal 206 167 313
Decimal 134 119 203
Hex 86 77 CB

RGB Percentages of Color #8677cb

%29.39
%26.10
%44.52

CMYK Percentages of Color #8677cb

%34
%41
%0
%20

Triadic Colors of #8677cb

#8677cb #cb8677 #77cb86

Analogous Colors of #8677cb

#8677cb #b077cb #7792cb

Monochromatic Colors of #8677cb

#8677cb

Complementary Color

#8677cb #bccb77

#8677cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8677cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8677cb Color CSS Codes

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

#8677cb Text Font Color

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

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


#8677cb Background Color

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

This div background color is #8677cb


#8677cb Border Color

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

This div border color is #8677cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8677cb


Comments

No comments written yet.

Please login to write comment.