Color Hex Logo

#a38dfa Color Hex

#A38DFA
(163,141,250)
0 Favorites   0 Comments

Color spaces of #a38dfa

RGB 163141250
HSL0.700.920.77
HSV252°44°98°
CMYK 0.350.440.00   0.02
XYZ41.884533.738494.7471
Yxy33.73840.24580.1980
Hunter Lab58.084827.0667-56.0537
CIE-Lab64.754432.4093-51.7090

#a38dfa color RGB value is (163,141,250).

#a38dfa hex color red value is 163, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a38dfa hue: 0.70 , saturation: 0.92 and the lightness value of a38dfa is 0.77.

The process color (four color CMYK) of #a38dfa color hex is 0.35, 0.44, 0.00, 0.02. Web safe color of #a38dfa is #9999ff. Color #a38dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11111010
Octal 243 215 372
Decimal 163 141 250
Hex A3 8D FA

RGB Percentages of Color #a38dfa

%29.42
%25.45
%45.13

CMYK Percentages of Color #a38dfa

%35
%44
%0
%2

Triadic Colors of #a38dfa

#a38dfa #faa38d #8dfaa3

Analogous Colors of #a38dfa

#a38dfa #da8dfa #8daefa

Monochromatic Colors of #a38dfa

#a38dfa

Complementary Color

#a38dfa #e4fa8d

#a38dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dfa Color CSS Codes

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

#a38dfa Text Font Color

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

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


#a38dfa Background Color

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

This div background color is #a38dfa


#a38dfa Border Color

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

This div border color is #a38dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,141,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a38dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a38dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #a38dfa;
  box-shadow:         1px 1px 3px 2px #a38dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,141,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dfa


Comments

No comments written yet.

Please login to write comment.