Color Hex Logo

#a28ca8 Color Hex

#A28CA8
(162,140,168)
0 Favorites   0 Comments

Color spaces of #a28ca8

RGB 162140168
HSL0.800.140.60
HSV287°17°66°
CMYK 0.040.170.00   0.34
XYZ31.346329.264741.0423
Yxy29.26470.30840.2879
Hunter Lab54.09698.7619-7.1144
CIE-Lab61.014513.4914-11.6895

#a28ca8 color RGB value is (162,140,168).

#a28ca8 hex color red value is 162, green value is 140 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a28ca8 hue: 0.80 , saturation: 0.14 and the lightness value of a28ca8 is 0.60.

The process color (four color CMYK) of #a28ca8 color hex is 0.04, 0.17, 0.00, 0.34. Web safe color of #a28ca8 is #999999. Color #a28ca8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001100 10101000
Octal 242 214 250
Decimal 162 140 168
Hex A2 8C A8

RGB Percentages of Color #a28ca8

%34.47
%29.79
%35.74

CMYK Percentages of Color #a28ca8

%4
%17
%0
%34

Triadic Colors of #a28ca8

#a28ca8 #a8a28c #8ca8a2

Analogous Colors of #a28ca8

#a28ca8 #a88ca0 #948ca8

Monochromatic Colors of #a28ca8

#a28ca8

Complementary Color

#a28ca8 #92a88c

#a28ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28ca8 Color CSS Codes

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

#a28ca8 Text Font Color

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

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


#a28ca8 Background Color

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

This div background color is #a28ca8


#a28ca8 Border Color

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

This div border color is #a28ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28ca8


Comments

No comments written yet.

Please login to write comment.