Color Hex Logo

#a748ad Color Hex

#A748AD
(167,72,173)
0 Favorites   0 Comments

Color spaces of #a748ad

RGB 16772173
HSL0.820.410.48
HSV296°58°68°
CMYK 0.030.580.00   0.32
XYZ25.796515.867341.2382
Yxy15.86730.31120.1914
Hunter Lab39.833845.8881-33.4967
CIE-Lab46.799953.0367-36.4270

#a748ad color RGB value is (167,72,173).

#a748ad hex color red value is 167, green value is 72 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a748ad hue: 0.82 , saturation: 0.41 and the lightness value of a748ad is 0.48.

The process color (four color CMYK) of #a748ad color hex is 0.03, 0.58, 0.00, 0.32. Web safe color of #a748ad is #993399. Color #a748ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 10101101
Octal 247 110 255
Decimal 167 72 173
Hex A7 48 AD

RGB Percentages of Color #a748ad

%40.53
%17.48
%41.99

CMYK Percentages of Color #a748ad

%3
%58
%0
%32

Triadic Colors of #a748ad

#a748ad #ada748 #48ada7

Analogous Colors of #a748ad

#a748ad #ad4881 #7548ad

Monochromatic Colors of #a748ad

#a748ad

Complementary Color

#a748ad #4ead48

#a748ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a748ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a748ad Color CSS Codes

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

#a748ad Text Font Color

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

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


#a748ad Background Color

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

This div background color is #a748ad


#a748ad Border Color

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

This div border color is #a748ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a748ad


Comments

No comments written yet.

Please login to write comment.