Color Hex Logo

#a38dfd Color Hex

#A38DFD
(163,141,253)
0 Favorites   0 Comments

Color spaces of #a38dfd

RGB 163141253
HSL0.700.970.77
HSV252°44°99°
CMYK 0.360.440.00   0.01
XYZ42.358833.928197.2447
Yxy33.92810.24410.1955
Hunter Lab58.247827.8745-58.2111
CIE-Lab64.905533.1890-53.1118

#a38dfd color RGB value is (163,141,253).

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

The process color (four color CMYK) of #a38dfd color hex is 0.36, 0.44, 0.00, 0.01. Web safe color of #a38dfd is #9999ff. Color #a38dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11111101
Octal 243 215 375
Decimal 163 141 253
Hex A3 8D FD

RGB Percentages of Color #a38dfd

%29.26
%25.31
%45.42

CMYK Percentages of Color #a38dfd

%36
%44
%0
%1

Triadic Colors of #a38dfd

#a38dfd #fda38d #8dfda3

Analogous Colors of #a38dfd

#a38dfd #db8dfd #8daffd

Monochromatic Colors of #a38dfd

#a38dfd

Complementary Color

#a38dfd #e7fd8d

#a38dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dfd Color CSS Codes

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

#a38dfd Text Font Color

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

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


#a38dfd Background Color

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

This div background color is #a38dfd


#a38dfd Border Color

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

This div border color is #a38dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dfd


Comments

No comments written yet.

Please login to write comment.