Color Hex Logo

#a71ccd Color Hex

#A71CCD
(167,28,205)
0 Favorites   0 Comments

Color spaces of #a71ccd

RGB 16728205
HSL0.800.760.46
HSV287°86°80°
CMYK 0.190.860.00   0.20
XYZ27.371013.453858.9118
Yxy13.45380.27440.1349
Hunter Lab36.679469.0117-69.5517
CIE-Lab43.439273.9791-60.4898

#a71ccd color RGB value is (167,28,205).

#a71ccd hex color red value is 167, green value is 28 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a71ccd hue: 0.80 , saturation: 0.76 and the lightness value of a71ccd is 0.46.

The process color (four color CMYK) of #a71ccd color hex is 0.19, 0.86, 0.00, 0.20. Web safe color of #a71ccd is #9933cc. Color #a71ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011100 11001101
Octal 247 34 315
Decimal 167 28 205
Hex A7 1C CD

RGB Percentages of Color #a71ccd

%41.75
%7.00
%51.25

CMYK Percentages of Color #a71ccd

%19
%86
%0
%20

Triadic Colors of #a71ccd

#a71ccd #cda71c #1ccda7

Analogous Colors of #a71ccd

#a71ccd #cd1c9b #4f1ccd

Monochromatic Colors of #a71ccd

#a71ccd

Complementary Color

#a71ccd #42cd1c

#a71ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71ccd Color CSS Codes

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

#a71ccd Text Font Color

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

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


#a71ccd Background Color

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

This div background color is #a71ccd


#a71ccd Border Color

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

This div border color is #a71ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71ccd


Comments

No comments written yet.

Please login to write comment.