Color Hex Logo

#8468ba Color Hex

#8468BA
(132,104,186)
0 Favorites   0 Comments

Color spaces of #8468ba

RGB 132104186
HSL0.720.370.57
HSV260°44°73°
CMYK 0.290.440.00   0.27
XYZ23.329018.351348.7670
Yxy18.35130.25790.2029
Hunter Lab42.838422.2405-37.5085
CIE-Lab49.919528.9208-39.3671

#8468ba color RGB value is (132,104,186).

#8468ba hex color red value is 132, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8468ba hue: 0.72 , saturation: 0.37 and the lightness value of 8468ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 10111010
Octal 204 150 272
Decimal 132 104 186
Hex 84 68 BA

RGB Percentages of Color #8468ba

%31.28
%24.64
%44.08

CMYK Percentages of Color #8468ba

%29
%44
%0
%27

Triadic Colors of #8468ba

#8468ba #ba8468 #68ba84

Analogous Colors of #8468ba

#8468ba #ad68ba #6875ba

Monochromatic Colors of #8468ba

#8468ba

Complementary Color

#8468ba #9eba68

#8468ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8468ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8468ba Color CSS Codes

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

#8468ba Text Font Color

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

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


#8468ba Background Color

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

This div background color is #8468ba


#8468ba Border Color

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

This div border color is #8468ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8468ba

#8468ba Color Palettes


Comments

No comments written yet.

Please login to write comment.