Color Hex Logo

#a83fad Color Hex

#A83FAD
(168,63,173)
0 Favorites   0 Comments

Color spaces of #a83fad

RGB 16863173
HSL0.830.470.46
HSV297°64°68°
CMYK 0.030.640.00   0.32
XYZ25.468814.897041.0682
Yxy14.89700.31280.1829
Hunter Lab38.596650.2429-36.0690
CIE-Lab45.492857.2941-38.4815

#a83fad color RGB value is (168,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111111 10101101
Octal 250 77 255
Decimal 168 63 173
Hex A8 3F AD

RGB Percentages of Color #a83fad

%41.58
%15.59
%42.82

CMYK Percentages of Color #a83fad

%3
%64
%0
%32

Triadic Colors of #a83fad

#a83fad #ada83f #3fada8

Analogous Colors of #a83fad

#a83fad #ad3f7b #713fad

Monochromatic Colors of #a83fad

#a83fad

Complementary Color

#a83fad #44ad3f

#a83fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83fad Color CSS Codes

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

#a83fad Text Font Color

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

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


#a83fad Background Color

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

This div background color is #a83fad


#a83fad Border Color

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

This div border color is #a83fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83fad


Comments

No comments written yet.

Please login to write comment.