Color Hex Logo

#a38efc Color Hex

#A38EFC
(163,142,252)
0 Favorites   0 Comments

Color spaces of #a38efc

RGB 163142252
HSL0.700.950.77
HSV251°44°99°
CMYK 0.350.440.00   0.01
XYZ42.347934.160896.4572
Yxy34.16080.24480.1975
Hunter Lab58.447227.0494-56.9350
CIE-Lab65.090032.3608-52.2723

#a38efc color RGB value is (163,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11111100
Octal 243 216 374
Decimal 163 142 252
Hex A3 8E FC

RGB Percentages of Color #a38efc

%29.26
%25.49
%45.24

CMYK Percentages of Color #a38efc

%35
%44
%0
%1

Triadic Colors of #a38efc

#a38efc #fca38e #8efca3

Analogous Colors of #a38efc

#a38efc #da8efc #8eb0fc

Monochromatic Colors of #a38efc

#a38efc

Complementary Color

#a38efc #e7fc8e

#a38efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38efc Color CSS Codes

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

#a38efc Text Font Color

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

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


#a38efc Background Color

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

This div background color is #a38efc


#a38efc Border Color

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

This div border color is #a38efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38efc


Comments

No comments written yet.

Please login to write comment.