Color Hex Logo

#943fad Color Hex

#943FAD
(148,63,173)
0 Favorites   0 Comments

Color spaces of #943fad

RGB 14863173
HSL0.800.470.46
HSV286°64°68°
CMYK 0.140.640.00   0.32
XYZ21.533112.868040.8840
Yxy12.86800.28600.1709
Hunter Lab35.872044.3733-42.4636
CIE-Lab42.563752.3781-43.3153

#943fad color RGB value is (148,63,173).

#943fad hex color red value is 148, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #943fad hue: 0.80 , saturation: 0.47 and the lightness value of 943fad is 0.46.

The process color (four color CMYK) of #943fad color hex is 0.14, 0.64, 0.00, 0.32. Web safe color of #943fad is #993399. Color #943fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00111111 10101101
Octal 224 77 255
Decimal 148 63 173
Hex 94 3F AD

RGB Percentages of Color #943fad

%38.54
%16.41
%45.05

CMYK Percentages of Color #943fad

%14
%64
%0
%32

Triadic Colors of #943fad

#943fad #ad943f #3fad94

Analogous Colors of #943fad

#943fad #ad3f8f #5d3fad

Monochromatic Colors of #943fad

#943fad

Complementary Color

#943fad #58ad3f

#943fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#943fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#943fad Color CSS Codes

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

#943fad Text Font Color

<p style="color:#943fad">Text here</p>

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


#943fad Background Color

<div style="background-color:#943fad">
Div content here</div>

This div background color is #943fad


#943fad Border Color

<div style="border:3px solid #943fad">
Div here</div>

This div border color is #943fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,63,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #943fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #943fad;
  -webkit-box-shadow: 1px 1px 3px 2px #943fad;
  box-shadow:         1px 1px 3px 2px #943fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #943fad


Comments

No comments written yet.

Please login to write comment.