Color Hex Logo

#8f68aa Color Hex

#8F68AA
(143,104,170)
0 Favorites   0 Comments

Color spaces of #8f68aa

RGB 143104170
HSL0.770.280.54
HSV275°39°67°
CMYK 0.160.390.00   0.33
XYZ23.533718.642540.3882
Yxy18.64250.28500.2258
Hunter Lab43.177021.7321-25.2366
CIE-Lab50.266328.3388-29.4493

#8f68aa color RGB value is (143,104,170).

#8f68aa hex color red value is 143, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8f68aa hue: 0.77 , saturation: 0.28 and the lightness value of 8f68aa is 0.54.

The process color (four color CMYK) of #8f68aa color hex is 0.16, 0.39, 0.00, 0.33. Web safe color of #8f68aa is #996699. Color #8f68aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01101000 10101010
Octal 217 150 252
Decimal 143 104 170
Hex 8F 68 AA

RGB Percentages of Color #8f68aa

%34.29
%24.94
%40.77

CMYK Percentages of Color #8f68aa

%16
%39
%0
%33

Triadic Colors of #8f68aa

#8f68aa #aa8f68 #68aa8f

Analogous Colors of #8f68aa

#8f68aa #aa68a4 #6e68aa

Monochromatic Colors of #8f68aa

#8f68aa

Complementary Color

#8f68aa #83aa68

#8f68aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f68aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f68aa Color CSS Codes

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

#8f68aa Text Font Color

<p style="color:#8f68aa">Text here</p>

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


#8f68aa Background Color

<div style="background-color:#8f68aa">
Div content here</div>

This div background color is #8f68aa


#8f68aa Border Color

<div style="border:3px solid #8f68aa">
Div here</div>

This div border color is #8f68aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,104,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f68aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f68aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8f68aa;
  box-shadow:         1px 1px 3px 2px #8f68aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f68aa


Comments

No comments written yet.

Please login to write comment.