Color Hex Logo

#933fad Color Hex

#933FAD
(147,63,173)
0 Favorites   0 Comments

Color spaces of #933fad

RGB 14763173
HSL0.790.470.46
HSV286°64°68°
CMYK 0.150.640.00   0.32
XYZ21.353012.775240.8756
Yxy12.77520.28470.1703
Hunter Lab35.742444.0891-42.7853
CIE-Lab42.422652.1342-43.5488

#933fad color RGB value is (147,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111111 10101101
Octal 223 77 255
Decimal 147 63 173
Hex 93 3F AD

RGB Percentages of Color #933fad

%38.38
%16.45
%45.17

CMYK Percentages of Color #933fad

%15
%64
%0
%32

Triadic Colors of #933fad

#933fad #ad933f #3fad93

Analogous Colors of #933fad

#933fad #ad3f90 #5c3fad

Monochromatic Colors of #933fad

#933fad

Complementary Color

#933fad #59ad3f

#933fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#933fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#933fad Color CSS Codes

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

#933fad Text Font Color

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

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


#933fad Background Color

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

This div background color is #933fad


#933fad Border Color

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

This div border color is #933fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #933fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #933fad


Comments

No comments written yet.

Please login to write comment.