Color Hex Logo

#8475ba Color Hex

#8475BA
(132,117,186)
0 Favorites   0 Comments

Color spaces of #8475ba

RGB 132117186
HSL0.700.330.59
HSV253°37°73°
CMYK 0.290.370.00   0.27
XYZ24.739921.173349.2373
Yxy21.17330.26000.2225
Hunter Lab46.014515.4461-31.2325
CIE-Lab53.138621.2329-34.3071

#8475ba color RGB value is (132,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 10111010
Octal 204 165 272
Decimal 132 117 186
Hex 84 75 BA

RGB Percentages of Color #8475ba

%30.34
%26.90
%42.76

CMYK Percentages of Color #8475ba

%29
%37
%0
%27

Triadic Colors of #8475ba

#8475ba #ba8475 #75ba84

Analogous Colors of #8475ba

#8475ba #a775ba #7589ba

Monochromatic Colors of #8475ba

#8475ba

Complementary Color

#8475ba #abba75

#8475ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8475ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8475ba Color CSS Codes

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

#8475ba Text Font Color

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

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


#8475ba Background Color

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

This div background color is #8475ba


#8475ba Border Color

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

This div border color is #8475ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,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 #8475ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8475ba


Comments

No comments written yet.

Please login to write comment.