Color Hex Logo

#a271da Color Hex

#A271DA
(162,113,218)
0 Favorites   0 Comments

Color spaces of #a271da

RGB 162113218
HSL0.740.590.65
HSV268°48°85°
CMYK 0.260.480.00   0.15
XYZ33.460324.553669.3054
Yxy24.55360.26280.1929
Hunter Lab49.551633.8190-48.2399
CIE-Lab56.637939.9538-46.8035

#a271da color RGB value is (162,113,218).

#a271da hex color red value is 162, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a271da hue: 0.74 , saturation: 0.59 and the lightness value of a271da is 0.65.

The process color (four color CMYK) of #a271da color hex is 0.26, 0.48, 0.00, 0.15. Web safe color of #a271da is #9966cc. Color #a271da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 11011010
Octal 242 161 332
Decimal 162 113 218
Hex A2 71 DA

RGB Percentages of Color #a271da

%32.86
%22.92
%44.22

CMYK Percentages of Color #a271da

%26
%48
%0
%15

Triadic Colors of #a271da

#a271da #daa271 #71daa2

Analogous Colors of #a271da

#a271da #d771da #7175da

Monochromatic Colors of #a271da

#a271da

Complementary Color

#a271da #a9da71

#a271da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a271da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a271da Color CSS Codes

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

#a271da Text Font Color

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

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


#a271da Background Color

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

This div background color is #a271da


#a271da Border Color

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

This div border color is #a271da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a271da


Comments

No comments written yet.

Please login to write comment.