Color Hex Logo

#a026da Color Hex

#A026DA
(160,38,218)
0 Favorites   0 Comments

Color spaces of #a026da

RGB 16038218
HSL0.780.710.50
HSV281°83°85°
CMYK 0.270.830.00   0.15
XYZ27.845213.921867.5492
Yxy13.92180.25470.1274
Hunter Lab37.311967.9154-81.2198
CIE-Lab44.120672.9380-66.9194

#a026da color RGB value is (160,38,218).

#a026da hex color red value is 160, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a026da hue: 0.78 , saturation: 0.71 and the lightness value of a026da is 0.50.

The process color (four color CMYK) of #a026da color hex is 0.27, 0.83, 0.00, 0.15. Web safe color of #a026da is #9933cc. Color #a026da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100110 11011010
Octal 240 46 332
Decimal 160 38 218
Hex A0 26 DA

RGB Percentages of Color #a026da

%38.46
%9.13
%52.40

CMYK Percentages of Color #a026da

%27
%83
%0
%15

Triadic Colors of #a026da

#a026da #daa026 #26daa0

Analogous Colors of #a026da

#a026da #da26ba #4626da

Monochromatic Colors of #a026da

#a026da

Complementary Color

#a026da #60da26

#a026da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a026da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a026da Color CSS Codes

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

#a026da Text Font Color

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

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


#a026da Background Color

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

This div background color is #a026da


#a026da Border Color

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

This div border color is #a026da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a026da


Comments

No comments written yet.

Please login to write comment.