Color Hex Logo

#a48cc3 Color Hex

#A48CC3
(164,140,195)
0 Favorites   0 Comments

Color spaces of #a48cc3

RGB 164140195
HSL0.740.310.66
HSV266°28°76°
CMYK 0.160.280.00   0.24
XYZ34.538330.588855.7136
Yxy30.58880.28580.2531
Hunter Lab55.307114.6825-21.0107
CIE-Lab62.159019.9074-25.2102

#a48cc3 color RGB value is (164,140,195).

#a48cc3 hex color red value is 164, green value is 140 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #a48cc3 hue: 0.74 , saturation: 0.31 and the lightness value of a48cc3 is 0.66.

The process color (four color CMYK) of #a48cc3 color hex is 0.16, 0.28, 0.00, 0.24. Web safe color of #a48cc3 is #9999cc. Color #a48cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11000011
Octal 244 214 303
Decimal 164 140 195
Hex A4 8C C3

RGB Percentages of Color #a48cc3

%32.87
%28.06
%39.08

CMYK Percentages of Color #a48cc3

%16
%28
%0
%24

Triadic Colors of #a48cc3

#a48cc3 #c3a48c #8cc3a4

Analogous Colors of #a48cc3

#a48cc3 #c08cc3 #8c90c3

Monochromatic Colors of #a48cc3

#a48cc3

Complementary Color

#a48cc3 #abc38c

#a48cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48cc3 Color CSS Codes

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

#a48cc3 Text Font Color

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

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


#a48cc3 Background Color

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

This div background color is #a48cc3


#a48cc3 Border Color

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

This div border color is #a48cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48cc3


Comments

No comments written yet.

Please login to write comment.