Color Hex Logo

#9479bd Color Hex

#9479BD
(148,121,189)
0 Favorites   0 Comments

Color spaces of #9479bd

RGB 148121189
HSL0.730.340.61
HSV264°36°74°
CMYK 0.220.360.00   0.26
XYZ28.235423.644851.2198
Yxy23.64480.27390.2293
Hunter Lab48.625918.5535-28.4146
CIE-Lab55.730424.4397-31.8719

#9479bd color RGB value is (148,121,189).

#9479bd hex color red value is 148, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9479bd hue: 0.73 , saturation: 0.34 and the lightness value of 9479bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111001 10111101
Octal 224 171 275
Decimal 148 121 189
Hex 94 79 BD

RGB Percentages of Color #9479bd

%32.31
%26.42
%41.27

CMYK Percentages of Color #9479bd

%22
%36
%0
%26

Triadic Colors of #9479bd

#9479bd #bd9479 #79bd94

Analogous Colors of #9479bd

#9479bd #b679bd #7980bd

Monochromatic Colors of #9479bd

#9479bd

Complementary Color

#9479bd #a2bd79

#9479bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9479bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9479bd Color CSS Codes

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

#9479bd Text Font Color

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

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


#9479bd Background Color

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

This div background color is #9479bd


#9479bd Border Color

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

This div border color is #9479bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,121,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 #9479bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9479bd


Comments

No comments written yet.

Please login to write comment.