Color Hex Logo

#8668ba Color Hex

#8668BA
(134,104,186)
0 Favorites   0 Comments

Color spaces of #8668ba

RGB 134104186
HSL0.730.370.57
HSV262°44°73°
CMYK 0.280.440.00   0.27
XYZ23.644818.514148.7817
Yxy18.51410.26000.2036
Hunter Lab43.028022.7905-37.0986
CIE-Lab50.113829.4893-39.0474

#8668ba color RGB value is (134,104,186).

#8668ba hex color red value is 134, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8668ba hue: 0.73 , saturation: 0.37 and the lightness value of 8668ba is 0.57.

The process color (four color CMYK) of #8668ba color hex is 0.28, 0.44, 0.00, 0.27. Web safe color of #8668ba is #9966cc. Color #8668ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 10111010
Octal 206 150 272
Decimal 134 104 186
Hex 86 68 BA

RGB Percentages of Color #8668ba

%31.60
%24.53
%43.87

CMYK Percentages of Color #8668ba

%28
%44
%0
%27

Triadic Colors of #8668ba

#8668ba #ba8668 #68ba86

Analogous Colors of #8668ba

#8668ba #af68ba #6873ba

Monochromatic Colors of #8668ba

#8668ba

Complementary Color

#8668ba #9cba68

#8668ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8668ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8668ba Color CSS Codes

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

#8668ba Text Font Color

<p style="color:#8668ba">Text here</p>

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


#8668ba Background Color

<div style="background-color:#8668ba">
Div content here</div>

This div background color is #8668ba


#8668ba Border Color

<div style="border:3px solid #8668ba">
Div here</div>

This div border color is #8668ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,104,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8668ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8668ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8668ba;
  box-shadow:         1px 1px 3px 2px #8668ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8668ba


Comments

No comments written yet.

Please login to write comment.