Color Hex Logo

#a38ee4 Color Hex

#A38EE4
(163,142,228)
0 Favorites   0 Comments

Color spaces of #a38ee4

RGB 163142228
HSL0.710.610.73
HSV255°38°89°
CMYK 0.290.380.00   0.11
XYZ38.780832.734077.6731
Yxy32.73400.25990.2194
Hunter Lab57.213620.8678-40.4424
CIE-Lab63.944926.2579-40.8676

#a38ee4 color RGB value is (163,142,228).

#a38ee4 hex color red value is 163, green value is 142 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #a38ee4 hue: 0.71 , saturation: 0.61 and the lightness value of a38ee4 is 0.73.

The process color (four color CMYK) of #a38ee4 color hex is 0.29, 0.38, 0.00, 0.11. Web safe color of #a38ee4 is #9999cc. Color #a38ee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11100100
Octal 243 216 344
Decimal 163 142 228
Hex A3 8E E4

RGB Percentages of Color #a38ee4

%30.58
%26.64
%42.78

CMYK Percentages of Color #a38ee4

%29
%38
%0
%11

Triadic Colors of #a38ee4

#a38ee4 #e4a38e #8ee4a3

Analogous Colors of #a38ee4

#a38ee4 #ce8ee4 #8ea4e4

Monochromatic Colors of #a38ee4

#a38ee4

Complementary Color

#a38ee4 #cfe48e

#a38ee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ee4 Color CSS Codes

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

#a38ee4 Text Font Color

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

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


#a38ee4 Background Color

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

This div background color is #a38ee4


#a38ee4 Border Color

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

This div border color is #a38ee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ee4


Comments

No comments written yet.

Please login to write comment.