Color Hex Logo

#a38cfe Color Hex

#A38CFE
(163,140,254)
0 Favorites   0 Comments

Color spaces of #a38cfe

RGB 163140254
HSL0.700.980.77
HSV252°45°100°
CMYK 0.360.450.00   0.00
XYZ42.371733.698598.0371
Yxy33.69850.24340.1936
Hunter Lab58.050428.7011-59.4953
CIE-Lab64.722534.0162-53.9489

#a38cfe color RGB value is (163,140,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 11111110
Octal 243 214 376
Decimal 163 140 254
Hex A3 8C FE

RGB Percentages of Color #a38cfe

%29.26
%25.13
%45.60

CMYK Percentages of Color #a38cfe

%36
%45
%0
%0

Triadic Colors of #a38cfe

#a38cfe #fea38c #8cfea3

Analogous Colors of #a38cfe

#a38cfe #dc8cfe #8caefe

Monochromatic Colors of #a38cfe

#a38cfe

Complementary Color

#a38cfe #e7fe8c

#a38cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38cfe Color CSS Codes

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

#a38cfe Text Font Color

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

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


#a38cfe Background Color

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

This div background color is #a38cfe


#a38cfe Border Color

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

This div border color is #a38cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.