Color Hex Logo

#a026dd Color Hex

#A026DD
(160,38,221)
0 Favorites   0 Comments

Color spaces of #a026dd

RGB 16038221
HSL0.780.730.51
HSV280°83°87°
CMYK 0.280.830.00   0.13
XYZ28.241514.080369.6359
Yxy14.08030.25230.1258
Hunter Lab37.523768.6780-83.7628
CIE-Lab44.347973.5263-68.2661

#a026dd color RGB value is (160,38,221).

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

The process color (four color CMYK) of #a026dd color hex is 0.28, 0.83, 0.00, 0.13. Web safe color of #a026dd is #9933cc. Color #a026dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100110 11011101
Octal 240 46 335
Decimal 160 38 221
Hex A0 26 DD

RGB Percentages of Color #a026dd

%38.19
%9.07
%52.74

CMYK Percentages of Color #a026dd

%28
%83
%0
%13

Triadic Colors of #a026dd

#a026dd #dda026 #26dda0

Analogous Colors of #a026dd

#a026dd #dd26bf #4526dd

Monochromatic Colors of #a026dd

#a026dd

Complementary Color

#a026dd #63dd26

#a026dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a026dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a026dd Color CSS Codes

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

#a026dd Text Font Color

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

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


#a026dd Background Color

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

This div background color is #a026dd


#a026dd Border Color

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

This div border color is #a026dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a026dd


Comments

No comments written yet.

Please login to write comment.