Color Hex Logo

#a28caf Color Hex

#A28CAF
(162,140,175)
0 Favorites   0 Comments

Color spaces of #a28caf

RGB 162140175
HSL0.770.180.62
HSV278°20°69°
CMYK 0.070.200.00   0.31
XYZ32.016229.532744.5704
Yxy29.53270.30170.2783
Hunter Lab54.344010.0594-10.5861
CIE-Lab61.248914.9247-15.3119

#a28caf color RGB value is (162,140,175).

#a28caf hex color red value is 162, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a28caf hue: 0.77 , saturation: 0.18 and the lightness value of a28caf is 0.62.

The process color (four color CMYK) of #a28caf color hex is 0.07, 0.20, 0.00, 0.31. Web safe color of #a28caf is #999999. Color #a28caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001100 10101111
Octal 242 214 257
Decimal 162 140 175
Hex A2 8C AF

RGB Percentages of Color #a28caf

%33.96
%29.35
%36.69

CMYK Percentages of Color #a28caf

%7
%20
%0
%31

Triadic Colors of #a28caf

#a28caf #afa28c #8cafa2

Analogous Colors of #a28caf

#a28caf #af8cab #918caf

Monochromatic Colors of #a28caf

#a28caf

Complementary Color

#a28caf #99af8c

#a28caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28caf Color CSS Codes

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

#a28caf Text Font Color

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

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


#a28caf Background Color

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

This div background color is #a28caf


#a28caf Border Color

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

This div border color is #a28caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28caf


Comments

No comments written yet.

Please login to write comment.