Color Hex Logo

#a71dde Color Hex

#A71DDE
(167,29,222)
0 Favorites   0 Comments

Color spaces of #a71dde

RGB 16729222
HSL0.790.770.49
HSV283°87°87°
CMYK 0.250.870.00   0.13
XYZ29.560514.368170.3226
Yxy14.36810.25870.1258
Hunter Lab37.905372.8693-83.4623
CIE-Lab44.756376.8813-68.1266

#a71dde color RGB value is (167,29,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011101 11011110
Octal 247 35 336
Decimal 167 29 222
Hex A7 1D DE

RGB Percentages of Color #a71dde

%39.95
%6.94
%53.11

CMYK Percentages of Color #a71dde

%25
%87
%0
%13

Triadic Colors of #a71dde

#a71dde #dea71d #1ddea7

Analogous Colors of #a71dde

#a71dde #de1db5 #461dde

Monochromatic Colors of #a71dde

#a71dde

Complementary Color

#a71dde #54de1d

#a71dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71dde Color CSS Codes

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

#a71dde Text Font Color

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

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


#a71dde Background Color

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

This div background color is #a71dde


#a71dde Border Color

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

This div border color is #a71dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71dde


Comments

No comments written yet.

Please login to write comment.