Color Hex Logo

#9480bd Color Hex

#9480BD
(148,128,189)
1 Favorites   0 Comments

Color spaces of #9480bd

RGB 148128189
HSL0.720.320.62
HSV260°32°74°
CMYK 0.220.320.00   0.26
XYZ29.117225.408451.5138
Yxy25.40840.27460.2396
Hunter Lab50.406714.8978-25.3074
CIE-Lab57.471220.3737-29.1675

#9480bd color RGB value is (148,128,189).

#9480bd hex color red value is 148, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9480bd hue: 0.72 , saturation: 0.32 and the lightness value of 9480bd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000000 10111101
Octal 224 200 275
Decimal 148 128 189
Hex 94 80 BD

RGB Percentages of Color #9480bd

%31.83
%27.53
%40.65

CMYK Percentages of Color #9480bd

%22
%32
%0
%26

Triadic Colors of #9480bd

#9480bd #bd9480 #80bd94

Analogous Colors of #9480bd

#9480bd #b380bd #808bbd

Monochromatic Colors of #9480bd

#9480bd

Complementary Color

#9480bd #a9bd80

#9480bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9480bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9480bd Color CSS Codes

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

#9480bd Text Font Color

<p style="color:#9480bd">Text here</p>

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


#9480bd Background Color

<div style="background-color:#9480bd">
Div content here</div>

This div background color is #9480bd


#9480bd Border Color

<div style="border:3px solid #9480bd">
Div here</div>

This div border color is #9480bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,128,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9480bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9480bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9480bd;
  box-shadow:         1px 1px 3px 2px #9480bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9480bd


Comments

No comments written yet.

Please login to write comment.