Color Hex Logo

#a765a7 Color Hex

#A765A7
(167,101,167)
0 Favorites   0 Comments

Color spaces of #a765a7

RGB 167101167
HSL0.830.270.53
HSV300°40°65°
CMYK 0.000.400.00   0.35
XYZ27.565120.312939.0272
Yxy20.31290.31720.2337
Hunter Lab45.069830.2999-19.7919
CIE-Lab52.189237.0424-24.5014

#a765a7 color RGB value is (167,101,167).

#a765a7 hex color red value is 167, green value is 101 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #a765a7 hue: 0.83 , saturation: 0.27 and the lightness value of a765a7 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 10100111
Octal 247 145 247
Decimal 167 101 167
Hex A7 65 A7

RGB Percentages of Color #a765a7

%38.39
%23.22
%38.39

CMYK Percentages of Color #a765a7

%0
%40
%0
%35

Triadic Colors of #a765a7

#a765a7 #a7a765 #65a7a7

Analogous Colors of #a765a7

#a765a7 #a76586 #8665a7

Monochromatic Colors of #a765a7

#a765a7

Complementary Color

#a765a7 #65a765

#a765a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765a7 Color CSS Codes

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

#a765a7 Text Font Color

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

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


#a765a7 Background Color

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

This div background color is #a765a7


#a765a7 Border Color

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

This div border color is #a765a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765a7


Comments

No comments written yet.

Please login to write comment.