Color Hex Logo

#a38ada Color Hex

#A38ADA
(163,138,218)
0 Favorites   0 Comments

Color spaces of #a38ada

RGB 163138218
HSL0.720.520.70
HSV259°37°85°
CMYK 0.250.370.00   0.15
XYZ36.847631.025470.3761
Yxy31.02540.26650.2244
Hunter Lab55.700420.6076-35.9211
CIE-Lab62.529126.0933-37.5276

#a38ada color RGB value is (163,138,218).

#a38ada hex color red value is 163, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a38ada hue: 0.72 , saturation: 0.52 and the lightness value of a38ada is 0.70.

The process color (four color CMYK) of #a38ada color hex is 0.25, 0.37, 0.00, 0.15. Web safe color of #a38ada is #9999cc. Color #a38ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001010 11011010
Octal 243 212 332
Decimal 163 138 218
Hex A3 8A DA

RGB Percentages of Color #a38ada

%31.41
%26.59
%42.00

CMYK Percentages of Color #a38ada

%25
%37
%0
%15

Triadic Colors of #a38ada

#a38ada #daa38a #8adaa3

Analogous Colors of #a38ada

#a38ada #cb8ada #8a99da

Monochromatic Colors of #a38ada

#a38ada

Complementary Color

#a38ada #c1da8a

#a38ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ada Color CSS Codes

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

#a38ada Text Font Color

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

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


#a38ada Background Color

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

This div background color is #a38ada


#a38ada Border Color

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

This div border color is #a38ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ada


Comments

No comments written yet.

Please login to write comment.