Color Hex Logo

#8466bb Color Hex

#8466BB
(132,102,187)
0 Favorites   0 Comments

Color spaces of #8466bb

RGB 132102187
HSL0.730.380.57
HSV261°45°73°
CMYK 0.290.450.00   0.27
XYZ23.236717.996149.2626
Yxy17.99610.25680.1989
Hunter Lab42.421823.5359-39.1556
CIE-Lab49.491430.3526-40.6218

#8466bb color RGB value is (132,102,187).

#8466bb hex color red value is 132, green value is 102 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8466bb hue: 0.73 , saturation: 0.38 and the lightness value of 8466bb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100110 10111011
Octal 204 146 273
Decimal 132 102 187
Hex 84 66 BB

RGB Percentages of Color #8466bb

%31.35
%24.23
%44.42

CMYK Percentages of Color #8466bb

%29
%45
%0
%27

Triadic Colors of #8466bb

#8466bb #bb8466 #66bb84

Analogous Colors of #8466bb

#8466bb #af66bb #6673bb

Monochromatic Colors of #8466bb

#8466bb

Complementary Color

#8466bb #9dbb66

#8466bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8466bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8466bb Color CSS Codes

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

#8466bb Text Font Color

<p style="color:#8466bb">Text here</p>

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


#8466bb Background Color

<div style="background-color:#8466bb">
Div content here</div>

This div background color is #8466bb


#8466bb Border Color

<div style="border:3px solid #8466bb">
Div here</div>

This div border color is #8466bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,102,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8466bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8466bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8466bb;
  box-shadow:         1px 1px 3px 2px #8466bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,102,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8466bb


Comments

No comments written yet.

Please login to write comment.