Color Hex Logo

#a747de Color Hex

#A747DE
(167,71,222)
0 Favorites   0 Comments

Color spaces of #a747de

RGB 16771222
HSL0.770.700.57
HSV278°68°87°
CMYK 0.250.680.00   0.13
XYZ31.374417.995970.9272
Yxy17.99590.26080.1496
Hunter Lab42.421657.7783-69.4354
CIE-Lab49.491163.2644-60.4570

#a747de color RGB value is (167,71,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 11011110
Octal 247 107 336
Decimal 167 71 222
Hex A7 47 DE

RGB Percentages of Color #a747de

%36.30
%15.43
%48.26

CMYK Percentages of Color #a747de

%25
%68
%0
%13

Triadic Colors of #a747de

#a747de #dea747 #47dea7

Analogous Colors of #a747de

#a747de #de47ca #5b47de

Monochromatic Colors of #a747de

#a747de

Complementary Color

#a747de #7ede47

#a747de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747de Color CSS Codes

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

#a747de Text Font Color

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

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


#a747de Background Color

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

This div background color is #a747de


#a747de Border Color

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

This div border color is #a747de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747de


Comments

No comments written yet.

Please login to write comment.