Color Hex Logo

#a38cfd Color Hex

#A38CFD
(163,140,253)
0 Favorites   0 Comments

Color spaces of #a38cfd

RGB 163140253
HSL0.700.970.77
HSV252°45°99°
CMYK 0.360.450.00   0.01
XYZ42.212033.634597.1958
Yxy33.63450.24390.1944
Hunter Lab57.995328.4300-58.7690
CIE-Lab64.671433.7561-53.4831

#a38cfd color RGB value is (163,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 11111101
Octal 243 214 375
Decimal 163 140 253
Hex A3 8C FD

RGB Percentages of Color #a38cfd

%29.32
%25.18
%45.50

CMYK Percentages of Color #a38cfd

%36
%45
%0
%1

Triadic Colors of #a38cfd

#a38cfd #fda38c #8cfda3

Analogous Colors of #a38cfd

#a38cfd #dc8cfd #8caefd

Monochromatic Colors of #a38cfd

#a38cfd

Complementary Color

#a38cfd #e6fd8c

#a38cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38cfd Color CSS Codes

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

#a38cfd Text Font Color

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

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


#a38cfd Background Color

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

This div background color is #a38cfd


#a38cfd Border Color

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

This div border color is #a38cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.