Color Hex Logo

#940cab Color Hex

#940CAB
(148,12,171)
0 Favorites   0 Comments

Color spaces of #940cab

RGB 14812171
HSL0.810.870.36
HSV291°93°67°
CMYK 0.130.930.00   0.33
XYZ19.69499.499139.3236
Yxy9.49910.28740.1386
Hunter Lab30.820660.1285-54.0729
CIE-Lab36.928067.7372-51.1725

#940cab color RGB value is (148,12,171).

#940cab hex color red value is 148, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #940cab hue: 0.81 , saturation: 0.87 and the lightness value of 940cab is 0.36.

The process color (four color CMYK) of #940cab color hex is 0.13, 0.93, 0.00, 0.33. Web safe color of #940cab is #990099. Color #940cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00001100 10101011
Octal 224 14 253
Decimal 148 12 171
Hex 94 C AB

RGB Percentages of Color #940cab

%44.71
%3.63
%51.66

CMYK Percentages of Color #940cab

%13
%93
%0
%33

Triadic Colors of #940cab

#940cab #ab940c #0cab94

Analogous Colors of #940cab

#940cab #ab0c73 #450cab

Monochromatic Colors of #940cab

#940cab

Complementary Color

#940cab #23ab0c

#940cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#940cab Color CSS Codes

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

#940cab Text Font Color

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

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


#940cab Background Color

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

This div background color is #940cab


#940cab Border Color

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

This div border color is #940cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,12,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #940cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940cab


Comments

No comments written yet.

Please login to write comment.