Color Hex Logo

#a74aba Color Hex

#A74ABA
(167,74,186)
0 Favorites   0 Comments

Color spaces of #a74aba

RGB 16774186
HSL0.810.450.51
HSV290°60°73°
CMYK 0.100.600.00   0.27
XYZ27.248116.658248.2336
Yxy16.65820.29570.1808
Hunter Lab40.814547.7429-41.4975
CIE-Lab47.826454.5736-42.4158

#a74aba color RGB value is (167,74,186).

#a74aba hex color red value is 167, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a74aba hue: 0.81 , saturation: 0.45 and the lightness value of a74aba is 0.51.

The process color (four color CMYK) of #a74aba color hex is 0.10, 0.60, 0.00, 0.27. Web safe color of #a74aba is #9933cc. Color #a74aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 10111010
Octal 247 112 272
Decimal 167 74 186
Hex A7 4A BA

RGB Percentages of Color #a74aba

%39.11
%17.33
%43.56

CMYK Percentages of Color #a74aba

%10
%60
%0
%27

Triadic Colors of #a74aba

#a74aba #baa74a #4abaa7

Analogous Colors of #a74aba

#a74aba #ba4a95 #6f4aba

Monochromatic Colors of #a74aba

#a74aba

Complementary Color

#a74aba #5dba4a

#a74aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74aba Color CSS Codes

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

#a74aba Text Font Color

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

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


#a74aba Background Color

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

This div background color is #a74aba


#a74aba Border Color

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

This div border color is #a74aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74aba


Comments

No comments written yet.

Please login to write comment.