Color Hex Logo

#a75ab4 Color Hex

#A75AB4
(167,90,180)
0 Favorites   0 Comments

Color spaces of #a75ab4

RGB 16790180
HSL0.810.380.53
HSV291°50°71°
CMYK 0.070.500.00   0.29
XYZ27.830718.823145.3464
Yxy18.82310.30250.2046
Hunter Lab43.385638.5782-31.5997
CIE-Lab50.479645.4708-34.7365

#a75ab4 color RGB value is (167,90,180).

#a75ab4 hex color red value is 167, green value is 90 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a75ab4 hue: 0.81 , saturation: 0.38 and the lightness value of a75ab4 is 0.53.

The process color (four color CMYK) of #a75ab4 color hex is 0.07, 0.50, 0.00, 0.29. Web safe color of #a75ab4 is #9966cc. Color #a75ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 10110100
Octal 247 132 264
Decimal 167 90 180
Hex A7 5A B4

RGB Percentages of Color #a75ab4

%38.22
%20.59
%41.19

CMYK Percentages of Color #a75ab4

%7
%50
%0
%29

Triadic Colors of #a75ab4

#a75ab4 #b4a75a #5ab4a7

Analogous Colors of #a75ab4

#a75ab4 #b45a94 #7a5ab4

Monochromatic Colors of #a75ab4

#a75ab4

Complementary Color

#a75ab4 #67b45a

#a75ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75ab4 Color CSS Codes

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

#a75ab4 Text Font Color

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

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


#a75ab4 Background Color

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

This div background color is #a75ab4


#a75ab4 Border Color

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

This div border color is #a75ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75ab4


Comments

No comments written yet.

Please login to write comment.