Color Hex Logo

#a38fce Color Hex

#A38FCE
(163,143,206)
0 Favorites   0 Comments

Color spaces of #a38fce

RGB 163143206
HSL0.720.390.68
HSV259°31°81°
CMYK 0.210.310.00   0.19
XYZ36.067331.887762.6465
Yxy31.88770.27620.2442
Hunter Lab56.469215.1882-26.2474
CIE-Lab63.250020.3941-29.7068

#a38fce color RGB value is (163,143,206).

#a38fce hex color red value is 163, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a38fce hue: 0.72 , saturation: 0.39 and the lightness value of a38fce is 0.68.

The process color (four color CMYK) of #a38fce color hex is 0.21, 0.31, 0.00, 0.19. Web safe color of #a38fce is #9999cc. Color #a38fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001111 11001110
Octal 243 217 316
Decimal 163 143 206
Hex A3 8F CE

RGB Percentages of Color #a38fce

%31.84
%27.93
%40.23

CMYK Percentages of Color #a38fce

%21
%31
%0
%19

Triadic Colors of #a38fce

#a38fce #cea38f #8fcea3

Analogous Colors of #a38fce

#a38fce #c38fce #8f9bce

Monochromatic Colors of #a38fce

#a38fce

Complementary Color

#a38fce #bace8f

#a38fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38fce Color CSS Codes

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

#a38fce Text Font Color

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

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


#a38fce Background Color

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

This div background color is #a38fce


#a38fce Border Color

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

This div border color is #a38fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38fce


Comments

No comments written yet.

Please login to write comment.