Color Hex Logo

#a38afc Color Hex

#A38AFC
(163,138,252)
0 Favorites   0 Comments

Color spaces of #a38afc

RGB 163138252
HSL0.700.950.76
HSV253°45°99°
CMYK 0.350.450.00   0.01
XYZ41.763432.991896.2623
Yxy32.99180.24420.1929
Hunter Lab57.438529.2696-59.1583
CIE-Lab64.154334.6290-53.7562

#a38afc color RGB value is (163,138,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001010 11111100
Octal 243 212 374
Decimal 163 138 252
Hex A3 8A FC

RGB Percentages of Color #a38afc

%29.48
%24.95
%45.57

CMYK Percentages of Color #a38afc

%35
%45
%0
%1

Triadic Colors of #a38afc

#a38afc #fca38a #8afca3

Analogous Colors of #a38afc

#a38afc #dc8afc #8aaafc

Monochromatic Colors of #a38afc

#a38afc

Complementary Color

#a38afc #e3fc8a

#a38afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38afc Color CSS Codes

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

#a38afc Text Font Color

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

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


#a38afc Background Color

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

This div background color is #a38afc


#a38afc Border Color

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

This div border color is #a38afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38afc

Related Colors


Comments

No comments written yet.

Please login to write comment.