Color Hex Logo

#8f68ab Color Hex

#8F68AB
(143,104,171)
0 Favorites   0 Comments

Color spaces of #8f68ab

RGB 143104171
HSL0.760.290.54
HSV275°39°67°
CMYK 0.160.390.00   0.33
XYZ23.628718.680540.8884
Yxy18.68050.28400.2245
Hunter Lab43.220921.9485-25.8356
CIE-Lab50.311328.5667-29.9625

#8f68ab color RGB value is (143,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01101000 10101011
Octal 217 150 253
Decimal 143 104 171
Hex 8F 68 AB

RGB Percentages of Color #8f68ab

%34.21
%24.88
%40.91

CMYK Percentages of Color #8f68ab

%16
%39
%0
%33

Triadic Colors of #8f68ab

#8f68ab #ab8f68 #68ab8f

Analogous Colors of #8f68ab

#8f68ab #ab68a6 #6e68ab

Monochromatic Colors of #8f68ab

#8f68ab

Complementary Color

#8f68ab #84ab68

#8f68ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f68ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f68ab Color CSS Codes

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

#8f68ab Text Font Color

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

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


#8f68ab Background Color

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

This div background color is #8f68ab


#8f68ab Border Color

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

This div border color is #8f68ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f68ab


Comments

No comments written yet.

Please login to write comment.