Color Hex Logo

#8480bc Color Hex

#8480BC
(132,128,188)
0 Favorites   0 Comments

Color spaces of #8480bc

RGB 132128188
HSL0.680.310.62
HSV244°32°74°
CMYK 0.300.320.00   0.26
XYZ26.312023.974750.8177
Yxy23.97470.26020.2371
Hunter Lab48.964010.2345-27.2599
CIE-Lab56.062515.2541-30.8912

#8480bc color RGB value is (132,128,188).

#8480bc hex color red value is 132, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8480bc hue: 0.68 , saturation: 0.31 and the lightness value of 8480bc is 0.62.

The process color (four color CMYK) of #8480bc color hex is 0.30, 0.32, 0.00, 0.26. Web safe color of #8480bc is #9999cc. Color #8480bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 10111100
Octal 204 200 274
Decimal 132 128 188
Hex 84 80 BC

RGB Percentages of Color #8480bc

%29.46
%28.57
%41.96

CMYK Percentages of Color #8480bc

%30
%32
%0
%26

Triadic Colors of #8480bc

#8480bc #bc8480 #80bc84

Analogous Colors of #8480bc

#8480bc #a280bc #809abc

Monochromatic Colors of #8480bc

#8480bc

Complementary Color

#8480bc #b8bc80

#8480bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8480bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8480bc Color CSS Codes

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

#8480bc Text Font Color

<p style="color:#8480bc">Text here</p>

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


#8480bc Background Color

<div style="background-color:#8480bc">
Div content here</div>

This div background color is #8480bc


#8480bc Border Color

<div style="border:3px solid #8480bc">
Div here</div>

This div border color is #8480bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,128,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8480bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8480bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8480bc;
  box-shadow:         1px 1px 3px 2px #8480bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8480bc


Comments

No comments written yet.

Please login to write comment.