Color Hex Logo

#9382cc Color Hex

#9382CC
(147,130,204)
0 Favorites   0 Comments

Color spaces of #9382cc

RGB 147130204
HSL0.700.420.65
HSV254°36°80°
CMYK 0.280.360.00   0.20
XYZ30.914326.527960.6178
Yxy26.52790.26190.2247
Hunter Lab51.505217.0045-33.7262
CIE-Lab58.534822.5857-36.0211

#9382cc color RGB value is (147,130,204).

#9382cc hex color red value is 147, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9382cc hue: 0.70 , saturation: 0.42 and the lightness value of 9382cc is 0.65.

The process color (four color CMYK) of #9382cc color hex is 0.28, 0.36, 0.00, 0.20. Web safe color of #9382cc is #9999cc. Color #9382cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000010 11001100
Octal 223 202 314
Decimal 147 130 204
Hex 93 82 CC

RGB Percentages of Color #9382cc

%30.56
%27.03
%42.41

CMYK Percentages of Color #9382cc

%28
%36
%0
%20

Triadic Colors of #9382cc

#9382cc #cc9382 #82cc93

Analogous Colors of #9382cc

#9382cc #b882cc #8296cc

Monochromatic Colors of #9382cc

#9382cc

Complementary Color

#9382cc #bbcc82

#9382cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9382cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9382cc Color CSS Codes

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

#9382cc Text Font Color

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

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


#9382cc Background Color

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

This div background color is #9382cc


#9382cc Border Color

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

This div border color is #9382cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9382cc


Comments

No comments written yet.

Please login to write comment.