Color Hex Logo

#a783af Color Hex

#A783AF
(167,131,175)
0 Favorites   0 Comments

Color spaces of #a783af

RGB 167131175
HSL0.800.220.60
HSV289°25°69°
CMYK 0.050.250.00   0.31
XYZ31.790527.543244.1983
Yxy27.54320.30710.2660
Hunter Lab52.481616.2827-13.1950
CIE-Lab59.473821.7567-17.9580

#a783af color RGB value is (167,131,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000011 10101111
Octal 247 203 257
Decimal 167 131 175
Hex A7 83 AF

RGB Percentages of Color #a783af

%35.31
%27.70
%37.00

CMYK Percentages of Color #a783af

%5
%25
%0
%31

Triadic Colors of #a783af

#a783af #afa783 #83afa7

Analogous Colors of #a783af

#a783af #af83a1 #9183af

Monochromatic Colors of #a783af

#a783af

Complementary Color

#a783af #8baf83

#a783af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a783af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a783af Color CSS Codes

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

#a783af Text Font Color

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

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


#a783af Background Color

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

This div background color is #a783af


#a783af Border Color

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

This div border color is #a783af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a783af


Comments

No comments written yet.

Please login to write comment.