Color Hex Logo

#a71ddd Color Hex

#A71DDD
(167,29,221)
0 Favorites   0 Comments

Color spaces of #a71ddd

RGB 16729221
HSL0.790.770.49
HSV283°87°87°
CMYK 0.240.870.00   0.13
XYZ29.426914.314769.6187
Yxy14.31470.25960.1263
Hunter Lab37.834872.6218-82.6135
CIE-Lab44.680976.6951-67.6777

#a71ddd color RGB value is (167,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011101 11011101
Octal 247 35 335
Decimal 167 29 221
Hex A7 1D DD

RGB Percentages of Color #a71ddd

%40.05
%6.95
%53.00

CMYK Percentages of Color #a71ddd

%24
%87
%0
%13

Triadic Colors of #a71ddd

#a71ddd #dda71d #1ddda7

Analogous Colors of #a71ddd

#a71ddd #dd1db3 #471ddd

Monochromatic Colors of #a71ddd

#a71ddd

Complementary Color

#a71ddd #53dd1d

#a71ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71ddd Color CSS Codes

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

#a71ddd Text Font Color

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

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


#a71ddd Background Color

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

This div background color is #a71ddd


#a71ddd Border Color

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

This div border color is #a71ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,29,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 #a71ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71ddd


Comments

No comments written yet.

Please login to write comment.