Color Hex Logo

#8480dd Color Hex

#8480DD
(132,128,221)
0 Favorites   0 Comments

Color spaces of #8480dd

RGB 132128221
HSL0.670.580.68
HSV243°42°87°
CMYK 0.400.420.00   0.13
XYZ30.286025.564371.7448
Yxy25.56430.23740.2004
Hunter Lab50.561218.4390-48.7380
CIE-Lab57.621224.1783-47.1034

#8480dd color RGB value is (132,128,221).

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

The process color (four color CMYK) of #8480dd color hex is 0.40, 0.42, 0.00, 0.13. Web safe color of #8480dd is #9999cc. Color #8480dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 11011101
Octal 204 200 335
Decimal 132 128 221
Hex 84 80 DD

RGB Percentages of Color #8480dd

%27.44
%26.61
%45.95

CMYK Percentages of Color #8480dd

%40
%42
%0
%13

Triadic Colors of #8480dd

#8480dd #dd8480 #80dd84

Analogous Colors of #8480dd

#8480dd #b380dd #80abdd

Monochromatic Colors of #8480dd

#8480dd

Complementary Color

#8480dd #d9dd80

#8480dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8480dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8480dd Color CSS Codes

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

#8480dd Text Font Color

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

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


#8480dd Background Color

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

This div background color is #8480dd


#8480dd Border Color

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

This div border color is #8480dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8480dd


Comments

No comments written yet.

Please login to write comment.