Color Hex Logo

#a48acb Color Hex

#A48ACB
(164,138,203)
0 Favorites   0 Comments

Color spaces of #a48acb

RGB 164138203
HSL0.730.380.67
HSV264°32°80°
CMYK 0.190.320.00   0.20
XYZ35.177830.381360.5100
Yxy30.38130.27900.2410
Hunter Lab55.119217.4623-26.5052
CIE-Lab61.981822.8595-29.9803

#a48acb color RGB value is (164,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001010 11001011
Octal 244 212 313
Decimal 164 138 203
Hex A4 8A CB

RGB Percentages of Color #a48acb

%32.48
%27.33
%40.20

CMYK Percentages of Color #a48acb

%19
%32
%0
%20

Triadic Colors of #a48acb

#a48acb #cba48a #8acba4

Analogous Colors of #a48acb

#a48acb #c58acb #8a91cb

Monochromatic Colors of #a48acb

#a48acb

Complementary Color

#a48acb #b1cb8a

#a48acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48acb Color CSS Codes

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

#a48acb Text Font Color

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

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


#a48acb Background Color

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

This div background color is #a48acb


#a48acb Border Color

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

This div border color is #a48acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48acb


Comments

No comments written yet.

Please login to write comment.