Color Hex Logo

#a28dcc Color Hex

#A28DCC
(162,141,204)
0 Favorites   0 Comments

Color spaces of #a28dcc

RGB 162141204
HSL0.720.380.68
HSV260°31°80°
CMYK 0.210.310.00   0.20
XYZ35.324331.090861.2661
Yxy31.09080.27670.2435
Hunter Lab55.759115.5041-26.1143
CIE-Lab62.584220.7607-29.6238

#a28dcc color RGB value is (162,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001101 11001100
Octal 242 215 314
Decimal 162 141 204
Hex A2 8D CC

RGB Percentages of Color #a28dcc

%31.95
%27.81
%40.24

CMYK Percentages of Color #a28dcc

%21
%31
%0
%20

Triadic Colors of #a28dcc

#a28dcc #cca28d #8dcca2

Analogous Colors of #a28dcc

#a28dcc #c28dcc #8d98cc

Monochromatic Colors of #a28dcc

#a28dcc

Complementary Color

#a28dcc #b7cc8d

#a28dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28dcc Color CSS Codes

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

#a28dcc Text Font Color

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

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


#a28dcc Background Color

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

This div background color is #a28dcc


#a28dcc Border Color

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

This div border color is #a28dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,141,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 #a28dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28dcc


Comments

No comments written yet.

Please login to write comment.