Color Hex Logo

#a483af Color Hex

#A483AF
(164,131,175)
0 Favorites   0 Comments

Color spaces of #a483af

RGB 164131175
HSL0.790.220.60
HSV285°25°69°
CMYK 0.060.250.00   0.31
XYZ31.164027.220344.1690
Yxy27.22030.30390.2654
Hunter Lab52.173115.3187-13.6729
CIE-Lab59.177720.7379-18.4358

#a483af color RGB value is (164,131,175).

#a483af hex color red value is 164, green value is 131 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a483af hue: 0.79 , saturation: 0.22 and the lightness value of a483af is 0.60.

The process color (four color CMYK) of #a483af color hex is 0.06, 0.25, 0.00, 0.31. Web safe color of #a483af is #999999. Color #a483af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 10101111
Octal 244 203 257
Decimal 164 131 175
Hex A4 83 AF

RGB Percentages of Color #a483af

%34.89
%27.87
%37.23

CMYK Percentages of Color #a483af

%6
%25
%0
%31

Triadic Colors of #a483af

#a483af #afa483 #83afa4

Analogous Colors of #a483af

#a483af #af83a4 #8e83af

Monochromatic Colors of #a483af

#a483af

Complementary Color

#a483af #8eaf83

#a483af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a483af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a483af Color CSS Codes

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

#a483af Text Font Color

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

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


#a483af Background Color

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

This div background color is #a483af


#a483af Border Color

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

This div border color is #a483af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a483af


Comments

No comments written yet.

Please login to write comment.