Color Hex Logo

#a747ca Color Hex

#A747CA
(167,71,202)
0 Favorites   0 Comments

Color spaces of #a747ca

RGB 16771202
HSL0.790.550.54
HSV284°65°79°
CMYK 0.170.650.00   0.21
XYZ28.850316.986257.6352
Yxy16.98620.27880.1642
Hunter Lab41.214352.8261-54.0627
CIE-Lab48.242659.1189-51.0222

#a747ca color RGB value is (167,71,202).

#a747ca hex color red value is 167, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a747ca hue: 0.79 , saturation: 0.55 and the lightness value of a747ca is 0.54.

The process color (four color CMYK) of #a747ca color hex is 0.17, 0.65, 0.00, 0.21. Web safe color of #a747ca is #9933cc. Color #a747ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 11001010
Octal 247 107 312
Decimal 167 71 202
Hex A7 47 CA

RGB Percentages of Color #a747ca

%37.95
%16.14
%45.91

CMYK Percentages of Color #a747ca

%17
%65
%0
%21

Triadic Colors of #a747ca

#a747ca #caa747 #47caa7

Analogous Colors of #a747ca

#a747ca #ca47ac #6647ca

Monochromatic Colors of #a747ca

#a747ca

Complementary Color

#a747ca #6aca47

#a747ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747ca Color CSS Codes

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

#a747ca Text Font Color

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

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


#a747ca Background Color

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

This div background color is #a747ca


#a747ca Border Color

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

This div border color is #a747ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747ca


Comments

No comments written yet.

Please login to write comment.