Color Hex Logo

#9474cc Color Hex

#9474CC
(148,116,204)
0 Favorites   0 Comments

Color spaces of #9474cc

RGB 148116204
HSL0.730.460.63
HSV262°43°80°
CMYK 0.270.430.00   0.20
XYZ29.357223.146360.0471
Yxy23.14630.26080.2057
Hunter Lab48.110624.7276-40.3227
CIE-Lab55.222730.9890-41.2136

#9474cc color RGB value is (148,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110100 11001100
Octal 224 164 314
Decimal 148 116 204
Hex 94 74 CC

RGB Percentages of Color #9474cc

%31.62
%24.79
%43.59

CMYK Percentages of Color #9474cc

%27
%43
%0
%20

Triadic Colors of #9474cc

#9474cc #cc9474 #74cc94

Analogous Colors of #9474cc

#9474cc #c074cc #7480cc

Monochromatic Colors of #9474cc

#9474cc

Complementary Color

#9474cc #accc74

#9474cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9474cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9474cc Color CSS Codes

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

#9474cc Text Font Color

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

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


#9474cc Background Color

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

This div background color is #9474cc


#9474cc Border Color

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

This div border color is #9474cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9474cc


Comments

No comments written yet.

Please login to write comment.