Color Hex Logo

#8f75aa Color Hex

#8F75AA
(143,117,170)
0 Favorites   0 Comments

Color spaces of #8f75aa

RGB 143117170
HSL0.750.240.56
HSV269°31°67°
CMYK 0.160.310.00   0.33
XYZ24.944721.464540.8585
Yxy21.46450.28580.2460
Hunter Lab46.329815.0301-19.8573
CIE-Lab53.454220.7514-24.5086

#8f75aa color RGB value is (143,117,170).

#8f75aa hex color red value is 143, green value is 117 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8f75aa hue: 0.75 , saturation: 0.24 and the lightness value of 8f75aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110101 10101010
Octal 217 165 252
Decimal 143 117 170
Hex 8F 75 AA

RGB Percentages of Color #8f75aa

%33.26
%27.21
%39.53

CMYK Percentages of Color #8f75aa

%16
%31
%0
%33

Triadic Colors of #8f75aa

#8f75aa #aa8f75 #75aa8f

Analogous Colors of #8f75aa

#8f75aa #aa75aa #7576aa

Monochromatic Colors of #8f75aa

#8f75aa

Complementary Color

#8f75aa #90aa75

#8f75aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f75aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f75aa Color CSS Codes

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

#8f75aa Text Font Color

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

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


#8f75aa Background Color

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

This div background color is #8f75aa


#8f75aa Border Color

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

This div border color is #8f75aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,117,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 #8f75aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f75aa


Comments

No comments written yet.

Please login to write comment.