Color Hex Logo

#940acc Color Hex

#940ACC
(148,10,204)
0 Favorites   0 Comments

Color spaces of #940acc

RGB 14810204
HSL0.790.910.42
HSV283°95°80°
CMYK 0.270.950.00   0.20
XYZ23.220410.872658.0015
Yxy10.87260.25210.1181
Hunter Lab32.973667.9979-81.2112
CIE-Lab39.365173.9274-66.6704

#940acc color RGB value is (148,10,204).

#940acc hex color red value is 148, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #940acc hue: 0.79 , saturation: 0.91 and the lightness value of 940acc is 0.42.

The process color (four color CMYK) of #940acc color hex is 0.27, 0.95, 0.00, 0.20. Web safe color of #940acc is #9900cc. Color #940acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00001010 11001100
Octal 224 12 314
Decimal 148 10 204
Hex 94 A CC

RGB Percentages of Color #940acc

%40.88
%2.76
%56.35

CMYK Percentages of Color #940acc

%27
%95
%0
%20

Triadic Colors of #940acc

#940acc #cc940a #0acc94

Analogous Colors of #940acc

#940acc #cc0aa3 #330acc

Monochromatic Colors of #940acc

#940acc

Complementary Color

#940acc #42cc0a

#940acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#940acc Color CSS Codes

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

#940acc Text Font Color

<p style="color:#940acc">Text here</p>

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


#940acc Background Color

<div style="background-color:#940acc">
Div content here</div>

This div background color is #940acc


#940acc Border Color

<div style="border:3px solid #940acc">
Div here</div>

This div border color is #940acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940acc


Comments

No comments written yet.

Please login to write comment.