Color Hex Logo

#9475cc Color Hex

#9475CC
(148,117,204)
0 Favorites   0 Comments

Color spaces of #9475cc

RGB 148117204
HSL0.730.460.63
HSV261°43°80°
CMYK 0.270.430.00   0.20
XYZ29.473123.378160.0858
Yxy23.37810.26100.2070
Hunter Lab48.350924.1936-39.8342
CIE-Lab55.459730.4118-40.8403

#9475cc color RGB value is (148,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110101 11001100
Octal 224 165 314
Decimal 148 117 204
Hex 94 75 CC

RGB Percentages of Color #9475cc

%31.56
%24.95
%43.50

CMYK Percentages of Color #9475cc

%27
%43
%0
%20

Triadic Colors of #9475cc

#9475cc #cc9475 #75cc94

Analogous Colors of #9475cc

#9475cc #c075cc #7582cc

Monochromatic Colors of #9475cc

#9475cc

Complementary Color

#9475cc #adcc75

#9475cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9475cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9475cc Color CSS Codes

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

#9475cc Text Font Color

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

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


#9475cc Background Color

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

This div background color is #9475cc


#9475cc Border Color

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

This div border color is #9475cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9475cc


Comments

No comments written yet.

Please login to write comment.