Color Hex Logo

#8478bb Color Hex

#8478BB
(132,120,187)
0 Favorites   0 Comments

Color spaces of #8478bb

RGB 132120187
HSL0.700.330.60
HSV251°36°73°
CMYK 0.290.360.00   0.27
XYZ25.201821.926349.9176
Yxy21.92630.25970.2259
Hunter Lab46.825514.1252-30.4273
CIE-Lab53.948719.7158-33.6142

#8478bb color RGB value is (132,120,187).

#8478bb hex color red value is 132, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8478bb hue: 0.70 , saturation: 0.33 and the lightness value of 8478bb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111000 10111011
Octal 204 170 273
Decimal 132 120 187
Hex 84 78 BB

RGB Percentages of Color #8478bb

%30.07
%27.33
%42.60

CMYK Percentages of Color #8478bb

%29
%36
%0
%27

Triadic Colors of #8478bb

#8478bb #bb8478 #78bb84

Analogous Colors of #8478bb

#8478bb #a678bb #788ebb

Monochromatic Colors of #8478bb

#8478bb

Complementary Color

#8478bb #afbb78

#8478bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8478bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8478bb Color CSS Codes

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

#8478bb Text Font Color

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

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


#8478bb Background Color

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

This div background color is #8478bb


#8478bb Border Color

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

This div border color is #8478bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8478bb


Comments

No comments written yet.

Please login to write comment.