Color Hex Logo

#9442cc Color Hex

#9442CC
(148,66,204)
0 Favorites   0 Comments

Color spaces of #9442cc

RGB 14866204
HSL0.770.580.53
HSV276°68°80°
CMYK 0.270.680.00   0.20
XYZ25.060014.552058.6147
Yxy14.55200.25510.1481
Hunter Lab38.147150.5048-64.3988
CIE-Lab45.014457.6223-57.4995

#9442cc color RGB value is (148,66,204).

#9442cc hex color red value is 148, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9442cc hue: 0.77 , saturation: 0.58 and the lightness value of 9442cc is 0.53.

The process color (four color CMYK) of #9442cc color hex is 0.27, 0.68, 0.00, 0.20. Web safe color of #9442cc is #9933cc. Color #9442cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000010 11001100
Octal 224 102 314
Decimal 148 66 204
Hex 94 42 CC

RGB Percentages of Color #9442cc

%35.41
%15.79
%48.80

CMYK Percentages of Color #9442cc

%27
%68
%0
%20

Triadic Colors of #9442cc

#9442cc #cc9442 #42cc94

Analogous Colors of #9442cc

#9442cc #cc42bf #4f42cc

Monochromatic Colors of #9442cc

#9442cc

Complementary Color

#9442cc #7acc42

#9442cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9442cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9442cc Color CSS Codes

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

#9442cc Text Font Color

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

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


#9442cc Background Color

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

This div background color is #9442cc


#9442cc Border Color

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

This div border color is #9442cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9442cc


Comments

No comments written yet.

Please login to write comment.