Color Hex Logo

#9470cc Color Hex

#9470CC
(148,112,204)
0 Favorites   0 Comments

Color spaces of #9470cc

RGB 148112204
HSL0.730.470.62
HSV263°45°80°
CMYK 0.270.450.00   0.20
XYZ28.906022.243959.8967
Yxy22.24390.26030.2003
Hunter Lab47.163426.8648-42.2828
CIE-Lab54.284833.2911-42.6936

#9470cc color RGB value is (148,112,204).

#9470cc hex color red value is 148, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9470cc hue: 0.73 , saturation: 0.47 and the lightness value of 9470cc is 0.62.

The process color (four color CMYK) of #9470cc color hex is 0.27, 0.45, 0.00, 0.20. Web safe color of #9470cc is #9966cc. Color #9470cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110000 11001100
Octal 224 160 314
Decimal 148 112 204
Hex 94 70 CC

RGB Percentages of Color #9470cc

%31.90
%24.14
%43.97

CMYK Percentages of Color #9470cc

%27
%45
%0
%20

Triadic Colors of #9470cc

#9470cc #cc9470 #70cc94

Analogous Colors of #9470cc

#9470cc #c270cc #707acc

Monochromatic Colors of #9470cc

#9470cc

Complementary Color

#9470cc #a8cc70

#9470cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9470cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9470cc Color CSS Codes

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

#9470cc Text Font Color

<p style="color:#9470cc">Text here</p>

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


#9470cc Background Color

<div style="background-color:#9470cc">
Div content here</div>

This div background color is #9470cc


#9470cc Border Color

<div style="border:3px solid #9470cc">
Div here</div>

This div border color is #9470cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,112,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9470cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9470cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9470cc;
  box-shadow:         1px 1px 3px 2px #9470cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9470cc


Comments

No comments written yet.

Please login to write comment.