Color Hex Logo

#a38eda Color Hex

#A38EDA
(163,142,218)
0 Favorites   0 Comments

Color spaces of #a38eda

RGB 163142218
HSL0.710.510.71
HSV257°35°85°
CMYK 0.250.350.00   0.15
XYZ37.432132.194570.5709
Yxy32.19450.26700.2296
Hunter Lab56.740218.4630-34.0241
CIE-Lab63.503323.8116-36.0073

#a38eda color RGB value is (163,142,218).

#a38eda hex color red value is 163, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a38eda hue: 0.71 , saturation: 0.51 and the lightness value of a38eda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11011010
Octal 243 216 332
Decimal 163 142 218
Hex A3 8E DA

RGB Percentages of Color #a38eda

%31.17
%27.15
%41.68

CMYK Percentages of Color #a38eda

%25
%35
%0
%15

Triadic Colors of #a38eda

#a38eda #daa38e #8edaa3

Analogous Colors of #a38eda

#a38eda #c98eda #8e9fda

Monochromatic Colors of #a38eda

#a38eda

Complementary Color

#a38eda #c5da8e

#a38eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38eda Color CSS Codes

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

#a38eda Text Font Color

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

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


#a38eda Background Color

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

This div background color is #a38eda


#a38eda Border Color

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

This div border color is #a38eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38eda


Comments

No comments written yet.

Please login to write comment.