Color Hex Logo

#a48ecc Color Hex

#A48ECC
(164,142,204)
0 Favorites   0 Comments

Color spaces of #a48ecc

RGB 164142204
HSL0.730.380.68
HSV261°30°80°
CMYK 0.200.300.00   0.20
XYZ35.881931.598161.3346
Yxy31.59810.27860.2453
Hunter Lab56.212215.5705-25.3444
CIE-Lab63.009320.8100-28.9524

#a48ecc color RGB value is (164,142,204).

#a48ecc hex color red value is 164, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a48ecc hue: 0.73 , saturation: 0.38 and the lightness value of a48ecc is 0.68.

The process color (four color CMYK) of #a48ecc color hex is 0.20, 0.30, 0.00, 0.20. Web safe color of #a48ecc is #9999cc. Color #a48ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001110 11001100
Octal 244 216 314
Decimal 164 142 204
Hex A4 8E CC

RGB Percentages of Color #a48ecc

%32.16
%27.84
%40.00

CMYK Percentages of Color #a48ecc

%20
%30
%0
%20

Triadic Colors of #a48ecc

#a48ecc #cca48e #8ecca4

Analogous Colors of #a48ecc

#a48ecc #c38ecc #8e97cc

Monochromatic Colors of #a48ecc

#a48ecc

Complementary Color

#a48ecc #b6cc8e

#a48ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48ecc Color CSS Codes

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

#a48ecc Text Font Color

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

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


#a48ecc Background Color

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

This div background color is #a48ecc


#a48ecc Border Color

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

This div border color is #a48ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48ecc


Comments

No comments written yet.

Please login to write comment.