Color Hex Logo

#8c3fad Color Hex

#8C3FAD
(140,63,173)
0 Favorites   0 Comments

Color spaces of #8c3fad

RGB 14063173
HSL0.780.470.46
HSV282°64°68°
CMYK 0.190.640.00   0.32
XYZ20.135512.147640.8186
Yxy12.14760.27540.1662
Hunter Lab34.853442.1295-45.0402
CIE-Lab41.449850.4370-45.1589

#8c3fad color RGB value is (140,63,173).

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

The process color (four color CMYK) of #8c3fad color hex is 0.19, 0.64, 0.00, 0.32. Web safe color of #8c3fad is #993399. Color #8c3fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111111 10101101
Octal 214 77 255
Decimal 140 63 173
Hex 8C 3F AD

RGB Percentages of Color #8c3fad

%37.23
%16.76
%46.01

CMYK Percentages of Color #8c3fad

%19
%64
%0
%32

Triadic Colors of #8c3fad

#8c3fad #ad8c3f #3fad8c

Analogous Colors of #8c3fad

#8c3fad #ad3f97 #553fad

Monochromatic Colors of #8c3fad

#8c3fad

Complementary Color

#8c3fad #60ad3f

#8c3fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c3fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c3fad Color CSS Codes

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

#8c3fad Text Font Color

<p style="color:#8c3fad">Text here</p>

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


#8c3fad Background Color

<div style="background-color:#8c3fad">
Div content here</div>

This div background color is #8c3fad


#8c3fad Border Color

<div style="border:3px solid #8c3fad">
Div here</div>

This div border color is #8c3fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c3fad


Comments

No comments written yet.

Please login to write comment.