Color Hex Logo

#a38ece Color Hex

#A38ECE
(163,142,206)
0 Favorites   0 Comments

Color spaces of #a38ece

RGB 163142206
HSL0.720.400.68
HSV260°31°81°
CMYK 0.210.310.00   0.19
XYZ35.917831.588862.5967
Yxy31.58880.27610.2428
Hunter Lab56.203915.7158-26.6911
CIE-Lab63.001620.9639-30.0910

#a38ece color RGB value is (163,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11001110
Octal 243 216 316
Decimal 163 142 206
Hex A3 8E CE

RGB Percentages of Color #a38ece

%31.90
%27.79
%40.31

CMYK Percentages of Color #a38ece

%21
%31
%0
%19

Triadic Colors of #a38ece

#a38ece #cea38e #8ecea3

Analogous Colors of #a38ece

#a38ece #c38ece #8e99ce

Monochromatic Colors of #a38ece

#a38ece

Complementary Color

#a38ece #b9ce8e

#a38ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ece Color CSS Codes

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

#a38ece Text Font Color

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

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


#a38ece Background Color

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

This div background color is #a38ece


#a38ece Border Color

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

This div border color is #a38ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ece


Comments

No comments written yet.

Please login to write comment.