Color Hex Logo

#942fab Color Hex

#942FAB
(148,47,171)
0 Favorites   0 Comments

Color spaces of #942fab

RGB 14847171
HSL0.800.570.43
HSV289°73°67°
CMYK 0.130.730.00   0.33
XYZ20.579911.269239.6186
Yxy11.26920.28800.1577
Hunter Lab33.569650.6828-46.4748
CIE-Lab40.030258.7325-46.1791

#942fab color RGB value is (148,47,171).

#942fab hex color red value is 148, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #942fab hue: 0.80 , saturation: 0.57 and the lightness value of 942fab is 0.43.

The process color (four color CMYK) of #942fab color hex is 0.13, 0.73, 0.00, 0.33. Web safe color of #942fab is #993399. Color #942fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101111 10101011
Octal 224 57 253
Decimal 148 47 171
Hex 94 2F AB

RGB Percentages of Color #942fab

%40.44
%12.84
%46.72

CMYK Percentages of Color #942fab

%13
%73
%0
%33

Triadic Colors of #942fab

#942fab #ab942f #2fab94

Analogous Colors of #942fab

#942fab #ab2f84 #562fab

Monochromatic Colors of #942fab

#942fab

Complementary Color

#942fab #46ab2f

#942fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#942fab Color CSS Codes

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

#942fab Text Font Color

<p style="color:#942fab">Text here</p>

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


#942fab Background Color

<div style="background-color:#942fab">
Div content here</div>

This div background color is #942fab


#942fab Border Color

<div style="border:3px solid #942fab">
Div here</div>

This div border color is #942fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942fab


Comments

No comments written yet.

Please login to write comment.