Color Hex Logo

#a748dc Color Hex

#A748DC
(167,72,220)
0 Favorites   0 Comments

Color spaces of #a748dc

RGB 16772220
HSL0.770.680.57
HSV279°67°86°
CMYK 0.240.670.00   0.14
XYZ31.172018.017569.5449
Yxy18.01750.26250.1517
Hunter Lab42.447056.8035-67.4274
CIE-Lab49.517362.4069-59.2782

#a748dc color RGB value is (167,72,220).

#a748dc hex color red value is 167, green value is 72 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a748dc hue: 0.77 , saturation: 0.68 and the lightness value of a748dc is 0.57.

The process color (four color CMYK) of #a748dc color hex is 0.24, 0.67, 0.00, 0.14. Web safe color of #a748dc is #9933cc. Color #a748dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 11011100
Octal 247 110 334
Decimal 167 72 220
Hex A7 48 DC

RGB Percentages of Color #a748dc

%36.38
%15.69
%47.93

CMYK Percentages of Color #a748dc

%24
%67
%0
%14

Triadic Colors of #a748dc

#a748dc #dca748 #48dca7

Analogous Colors of #a748dc

#a748dc #dc48c7 #5d48dc

Monochromatic Colors of #a748dc

#a748dc

Complementary Color

#a748dc #7ddc48

#a748dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a748dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a748dc Color CSS Codes

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

#a748dc Text Font Color

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

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


#a748dc Background Color

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

This div background color is #a748dc


#a748dc Border Color

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

This div border color is #a748dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a748dc


Comments

No comments written yet.

Please login to write comment.