Color Hex Logo

#9478bd Color Hex

#9478BD
(148,120,189)
0 Favorites   0 Comments

Color spaces of #9478bd

RGB 148120189
HSL0.730.340.61
HSV264°37°74°
CMYK 0.220.370.00   0.26
XYZ28.114523.403051.1795
Yxy23.40300.27380.2279
Hunter Lab48.376619.0777-28.8615
CIE-Lab55.485025.0204-32.2541

#9478bd color RGB value is (148,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111000 10111101
Octal 224 170 275
Decimal 148 120 189
Hex 94 78 BD

RGB Percentages of Color #9478bd

%32.39
%26.26
%41.36

CMYK Percentages of Color #9478bd

%22
%37
%0
%26

Triadic Colors of #9478bd

#9478bd #bd9478 #78bd94

Analogous Colors of #9478bd

#9478bd #b778bd #787fbd

Monochromatic Colors of #9478bd

#9478bd

Complementary Color

#9478bd #a1bd78

#9478bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9478bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9478bd Color CSS Codes

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

#9478bd Text Font Color

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

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


#9478bd Background Color

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

This div background color is #9478bd


#9478bd Border Color

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

This div border color is #9478bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9478bd


Comments

No comments written yet.

Please login to write comment.