Color Hex Logo

#a803da Color Hex

#A803DA
(168,3,218)
0 Favorites   0 Comments

Color spaces of #a803da

RGB 1683218
HSL0.790.970.43
HSV286°99°85°
CMYK 0.230.990.00   0.15
XYZ28.835913.451967.4063
Yxy13.45190.26290.1226
Hunter Lab36.676876.1550-83.2920
CIE-Lab43.436479.7795-67.9786

#a803da color RGB value is (168,3,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000011 11011010
Octal 250 3 332
Decimal 168 3 218
Hex A8 3 DA

RGB Percentages of Color #a803da

%43.19
%0.77
%56.04

CMYK Percentages of Color #a803da

%23
%99
%0
%15

Triadic Colors of #a803da

#a803da #daa803 #03daa8

Analogous Colors of #a803da

#a803da #da03a1 #3c03da

Monochromatic Colors of #a803da

#a803da

Complementary Color

#a803da #35da03

#a803da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a803da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a803da Color CSS Codes

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

#a803da Text Font Color

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

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


#a803da Background Color

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

This div background color is #a803da


#a803da Border Color

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

This div border color is #a803da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a803da


Comments

No comments written yet.

Please login to write comment.