Color Hex Logo

#a71fda Color Hex

#A71FDA
(167,31,218)
0 Favorites   0 Comments

Color spaces of #a71fda

RGB 16731218
HSL0.790.750.49
HSV284°86°85°
CMYK 0.230.860.00   0.15
XYZ29.081214.257467.5489
Yxy14.25740.26230.1286
Hunter Lab37.759071.3989-79.6355
CIE-Lab44.599875.7147-66.0928

#a71fda color RGB value is (167,31,218).

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

The process color (four color CMYK) of #a71fda color hex is 0.23, 0.86, 0.00, 0.15. Web safe color of #a71fda is #9933cc. Color #a71fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011111 11011010
Octal 247 37 332
Decimal 167 31 218
Hex A7 1F DA

RGB Percentages of Color #a71fda

%40.14
%7.45
%52.40

CMYK Percentages of Color #a71fda

%23
%86
%0
%15

Triadic Colors of #a71fda

#a71fda #daa71f #1fdaa7

Analogous Colors of #a71fda

#a71fda #da1fb0 #4a1fda

Monochromatic Colors of #a71fda

#a71fda

Complementary Color

#a71fda #52da1f

#a71fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71fda Color CSS Codes

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

#a71fda Text Font Color

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

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


#a71fda Background Color

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

This div background color is #a71fda


#a71fda Border Color

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

This div border color is #a71fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71fda


Comments

No comments written yet.

Please login to write comment.