Color Hex Logo

#a38ee3 Color Hex

#A38EE3
(163,142,227)
0 Favorites   0 Comments

Color spaces of #a38ee3

RGB 163142227
HSL0.710.600.72
HSV255°37°89°
CMYK 0.280.370.00   0.11
XYZ38.642432.678676.9440
Yxy32.67860.26060.2204
Hunter Lab57.165220.6229-39.7883
CIE-Lab63.899826.0107-40.3845

#a38ee3 color RGB value is (163,142,227).

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

The process color (four color CMYK) of #a38ee3 color hex is 0.28, 0.37, 0.00, 0.11. Web safe color of #a38ee3 is #9999cc. Color #a38ee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11100011
Octal 243 216 343
Decimal 163 142 227
Hex A3 8E E3

RGB Percentages of Color #a38ee3

%30.64
%26.69
%42.67

CMYK Percentages of Color #a38ee3

%28
%37
%0
%11

Triadic Colors of #a38ee3

#a38ee3 #e3a38e #8ee3a3

Analogous Colors of #a38ee3

#a38ee3 #ce8ee3 #8ea4e3

Monochromatic Colors of #a38ee3

#a38ee3

Complementary Color

#a38ee3 #cee38e

#a38ee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ee3 Color CSS Codes

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

#a38ee3 Text Font Color

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

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


#a38ee3 Background Color

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

This div background color is #a38ee3


#a38ee3 Border Color

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

This div border color is #a38ee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ee3


Comments

No comments written yet.

Please login to write comment.