Color Hex Logo

#a784c7 Color Hex

#A784C7
(167,132,199)
0 Favorites   0 Comments

Color spaces of #a784c7

RGB 167132199
HSL0.750.370.65
HSV271°34°78°
CMYK 0.160.340.00   0.22
XYZ34.496428.841557.7816
Yxy28.84150.28480.2381
Hunter Lab53.704320.6752-26.1984
CIE-Lab60.641526.3039-29.7817

#a784c7 color RGB value is (167,132,199).

#a784c7 hex color red value is 167, green value is 132 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a784c7 hue: 0.75 , saturation: 0.37 and the lightness value of a784c7 is 0.65.

The process color (four color CMYK) of #a784c7 color hex is 0.16, 0.34, 0.00, 0.22. Web safe color of #a784c7 is #9999cc. Color #a784c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000100 11000111
Octal 247 204 307
Decimal 167 132 199
Hex A7 84 C7

RGB Percentages of Color #a784c7

%33.53
%26.51
%39.96

CMYK Percentages of Color #a784c7

%16
%34
%0
%22

Triadic Colors of #a784c7

#a784c7 #c7a784 #84c7a7

Analogous Colors of #a784c7

#a784c7 #c784c6 #8684c7

Monochromatic Colors of #a784c7

#a784c7

Complementary Color

#a784c7 #a4c784

#a784c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a784c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a784c7 Color CSS Codes

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

#a784c7 Text Font Color

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

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


#a784c7 Background Color

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

This div background color is #a784c7


#a784c7 Border Color

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

This div border color is #a784c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,132,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a784c7


Comments

No comments written yet.

Please login to write comment.