Color Hex Logo

#a747dd Color Hex

#A747DD
(167,71,221)
0 Favorites   0 Comments

Color spaces of #a747dd

RGB 16771221
HSL0.770.690.57
HSV278°68°87°
CMYK 0.240.680.00   0.13
XYZ31.240717.942470.2233
Yxy17.94240.26160.1503
Hunter Lab42.358557.5220-68.6420
CIE-Lab49.426263.0529-59.9936

#a747dd color RGB value is (167,71,221).

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

The process color (four color CMYK) of #a747dd color hex is 0.24, 0.68, 0.00, 0.13. Web safe color of #a747dd is #9933cc. Color #a747dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 11011101
Octal 247 107 335
Decimal 167 71 221
Hex A7 47 DD

RGB Percentages of Color #a747dd

%36.38
%15.47
%48.15

CMYK Percentages of Color #a747dd

%24
%68
%0
%13

Triadic Colors of #a747dd

#a747dd #dda747 #47dda7

Analogous Colors of #a747dd

#a747dd #dd47c8 #5c47dd

Monochromatic Colors of #a747dd

#a747dd

Complementary Color

#a747dd #7ddd47

#a747dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747dd Color CSS Codes

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

#a747dd Text Font Color

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

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


#a747dd Background Color

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

This div background color is #a747dd


#a747dd Border Color

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

This div border color is #a747dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747dd


Comments

No comments written yet.

Please login to write comment.