Color Hex Logo

#a28cd1 Color Hex

#A28CD1
(162,140,209)
0 Favorites   0 Comments

Color spaces of #a28cd1

RGB 162140209
HSL0.720.430.68
HSV259°33°82°
CMYK 0.220.330.00   0.18
XYZ35.787031.041064.4269
Yxy31.04100.27270.2365
Hunter Lab55.714517.1554-29.5615
CIE-Lab62.542222.5045-32.4882

#a28cd1 color RGB value is (162,140,209).

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

The process color (four color CMYK) of #a28cd1 color hex is 0.22, 0.33, 0.00, 0.18. Web safe color of #a28cd1 is #9999cc. Color #a28cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001100 11010001
Octal 242 214 321
Decimal 162 140 209
Hex A2 8C D1

RGB Percentages of Color #a28cd1

%31.70
%27.40
%40.90

CMYK Percentages of Color #a28cd1

%22
%33
%0
%18

Triadic Colors of #a28cd1

#a28cd1 #d1a28c #8cd1a2

Analogous Colors of #a28cd1

#a28cd1 #c58cd1 #8c99d1

Monochromatic Colors of #a28cd1

#a28cd1

Complementary Color

#a28cd1 #bbd18c

#a28cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28cd1 Color CSS Codes

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

#a28cd1 Text Font Color

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

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


#a28cd1 Background Color

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

This div background color is #a28cd1


#a28cd1 Border Color

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

This div border color is #a28cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28cd1


Comments

No comments written yet.

Please login to write comment.