Color Hex Logo

#a74ad7 Color Hex

#A74AD7
(167,74,215)
0 Favorites   0 Comments

Color spaces of #a74ad7

RGB 16774215
HSL0.780.640.57
HSV280°66°84°
CMYK 0.220.660.00   0.16
XYZ30.650918.019366.1526
Yxy18.01930.26690.1569
Hunter Lab42.449154.6020-62.6829
CIE-Lab49.519560.4653-56.4271

#a74ad7 color RGB value is (167,74,215).

#a74ad7 hex color red value is 167, green value is 74 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a74ad7 hue: 0.78 , saturation: 0.64 and the lightness value of a74ad7 is 0.57.

The process color (four color CMYK) of #a74ad7 color hex is 0.22, 0.66, 0.00, 0.16. Web safe color of #a74ad7 is #9933cc. Color #a74ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 11010111
Octal 247 112 327
Decimal 167 74 215
Hex A7 4A D7

RGB Percentages of Color #a74ad7

%36.62
%16.23
%47.15

CMYK Percentages of Color #a74ad7

%22
%66
%0
%16

Triadic Colors of #a74ad7

#a74ad7 #d7a74a #4ad7a7

Analogous Colors of #a74ad7

#a74ad7 #d74ac1 #614ad7

Monochromatic Colors of #a74ad7

#a74ad7

Complementary Color

#a74ad7 #7ad74a

#a74ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74ad7 Color CSS Codes

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

#a74ad7 Text Font Color

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

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


#a74ad7 Background Color

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

This div background color is #a74ad7


#a74ad7 Border Color

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

This div border color is #a74ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74ad7


Comments

No comments written yet.

Please login to write comment.