Color Hex Logo

#a38ecf Color Hex

#A38ECF
(163,142,207)
0 Favorites   0 Comments

Color spaces of #a38ecf

RGB 163142207
HSL0.720.400.68
HSV259°31°81°
CMYK 0.210.310.00   0.19
XYZ36.039731.637563.2386
Yxy31.63750.27530.2417
Hunter Lab56.247215.9390-27.2865
CIE-Lab63.042121.1975-30.5875

#a38ecf color RGB value is (163,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11001111
Octal 243 216 317
Decimal 163 142 207
Hex A3 8E CF

RGB Percentages of Color #a38ecf

%31.84
%27.73
%40.43

CMYK Percentages of Color #a38ecf

%21
%31
%0
%19

Triadic Colors of #a38ecf

#a38ecf #cfa38e #8ecfa3

Analogous Colors of #a38ecf

#a38ecf #c48ecf #8e9acf

Monochromatic Colors of #a38ecf

#a38ecf

Complementary Color

#a38ecf #bacf8e

#a38ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ecf Color CSS Codes

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

#a38ecf Text Font Color

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

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


#a38ecf Background Color

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

This div background color is #a38ecf


#a38ecf Border Color

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

This div border color is #a38ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ecf


Comments

No comments written yet.

Please login to write comment.