Color Hex Logo

#a801da Color Hex

#A801DA
(168,1,218)
0 Favorites   0 Comments

Color spaces of #a801da

RGB 1681218
HSL0.790.990.43
HSV286°100°85°
CMYK 0.231.000.00   0.15
XYZ28.814213.408567.3991
Yxy13.40850.26290.1223
Hunter Lab36.617676.3798-83.4980
CIE-Lab43.372479.9710-68.0828

#a801da color RGB value is (168,1,218).

#a801da hex color red value is 168, green value is 1 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a801da hue: 0.79 , saturation: 0.99 and the lightness value of a801da is 0.43.

The process color (four color CMYK) of #a801da color hex is 0.23, 1.00, 0.00, 0.15. Web safe color of #a801da is #9900cc. Color #a801da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000001 11011010
Octal 250 1 332
Decimal 168 1 218
Hex A8 1 DA

RGB Percentages of Color #a801da

%43.41
%0.26
%56.33

CMYK Percentages of Color #a801da

%23
%100
%0
%15

Triadic Colors of #a801da

#a801da #daa801 #01daa8

Analogous Colors of #a801da

#a801da #da01a0 #3c01da

Monochromatic Colors of #a801da

#a801da

Complementary Color

#a801da #33da01

#a801da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a801da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a801da Color CSS Codes

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

#a801da Text Font Color

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

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


#a801da Background Color

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

This div background color is #a801da


#a801da Border Color

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

This div border color is #a801da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a801da


Comments

No comments written yet.

Please login to write comment.