Color Hex Logo

#8f75ba Color Hex

#8F75BA
(143,117,186)
0 Favorites   0 Comments

Color spaces of #8f75ba

RGB 143117186
HSL0.730.330.59
HSV263°37°73°
CMYK 0.230.370.00   0.27
XYZ26.551922.107449.3221
Yxy22.10740.27100.2256
Hunter Lab47.018518.5186-29.2819
CIE-Lab54.140824.5245-32.6674

#8f75ba color RGB value is (143,117,186).

#8f75ba hex color red value is 143, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8f75ba hue: 0.73 , saturation: 0.33 and the lightness value of 8f75ba is 0.59.

The process color (four color CMYK) of #8f75ba color hex is 0.23, 0.37, 0.00, 0.27. Web safe color of #8f75ba is #9966cc. Color #8f75ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110101 10111010
Octal 217 165 272
Decimal 143 117 186
Hex 8F 75 BA

RGB Percentages of Color #8f75ba

%32.06
%26.23
%41.70

CMYK Percentages of Color #8f75ba

%23
%37
%0
%27

Triadic Colors of #8f75ba

#8f75ba #ba8f75 #75ba8f

Analogous Colors of #8f75ba

#8f75ba #b275ba #757eba

Monochromatic Colors of #8f75ba

#8f75ba

Complementary Color

#8f75ba #a0ba75

#8f75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f75ba Color CSS Codes

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

#8f75ba Text Font Color

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

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


#8f75ba Background Color

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

This div background color is #8f75ba


#8f75ba Border Color

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

This div border color is #8f75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f75ba


Comments

No comments written yet.

Please login to write comment.