Color Hex Logo

#a38cef Color Hex

#A38CEF
(163,140,239)
0 Favorites   0 Comments

Color spaces of #a38cef

RGB 163140239
HSL0.710.760.74
HSV254°41°94°
CMYK 0.320.410.00   0.06
XYZ40.062332.774785.8760
Yxy32.77470.25240.2065
Hunter Lab57.249224.7261-48.8629
CIE-Lab63.978130.1558-46.8920

#a38cef color RGB value is (163,140,239).

#a38cef hex color red value is 163, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a38cef hue: 0.71 , saturation: 0.76 and the lightness value of a38cef is 0.74.

The process color (four color CMYK) of #a38cef color hex is 0.32, 0.41, 0.00, 0.06. Web safe color of #a38cef is #9999ff. Color #a38cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 11101111
Octal 243 214 357
Decimal 163 140 239
Hex A3 8C EF

RGB Percentages of Color #a38cef

%30.07
%25.83
%44.10

CMYK Percentages of Color #a38cef

%32
%41
%0
%6

Triadic Colors of #a38cef

#a38cef #efa38c #8cefa3

Analogous Colors of #a38cef

#a38cef #d58cef #8ca7ef

Monochromatic Colors of #a38cef

#a38cef

Complementary Color

#a38cef #d8ef8c

#a38cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38cef Color CSS Codes

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

#a38cef Text Font Color

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

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


#a38cef Background Color

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

This div background color is #a38cef


#a38cef Border Color

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

This div border color is #a38cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38cef


Comments

No comments written yet.

Please login to write comment.