Color Hex Logo

#a772a5 Color Hex

#A772A5
(167,114,165)
0 Favorites   0 Comments

Color spaces of #a772a5

RGB 167114165
HSL0.840.230.55
HSV302°32°65°
CMYK 0.000.320.01   0.35
XYZ28.745222.966738.5153
Yxy22.96670.31860.2545
Hunter Lab47.923623.2004-14.1038
CIE-Lab55.038029.4199-18.9657

#a772a5 color RGB value is (167,114,165).

#a772a5 hex color red value is 167, green value is 114 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a772a5 hue: 0.84 , saturation: 0.23 and the lightness value of a772a5 is 0.55.

The process color (four color CMYK) of #a772a5 color hex is 0.00, 0.32, 0.01, 0.35. Web safe color of #a772a5 is #996699. Color #a772a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 10100101
Octal 247 162 245
Decimal 167 114 165
Hex A7 72 A5

RGB Percentages of Color #a772a5

%37.44
%25.56
%37.00

CMYK Percentages of Color #a772a5

%0
%32
%1
%35

Triadic Colors of #a772a5

#a772a5 #a5a772 #72a5a7

Analogous Colors of #a772a5

#a772a5 #a7728b #8f72a7

Monochromatic Colors of #a772a5

#a772a5

Complementary Color

#a772a5 #72a774

#a772a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772a5 Color CSS Codes

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

#a772a5 Text Font Color

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

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


#a772a5 Background Color

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

This div background color is #a772a5


#a772a5 Border Color

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

This div border color is #a772a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772a5


Comments

No comments written yet.

Please login to write comment.