Color Hex Logo

#a807da Color Hex

#A807DA
(168,7,218)
0 Favorites   0 Comments

Color spaces of #a807da

RGB 1687218
HSL0.790.940.44
HSV286°97°85°
CMYK 0.230.970.00   0.15
XYZ28.879313.538767.4208
Yxy13.53870.26290.1233
Hunter Lab36.795075.7082-82.8828
CIE-Lab43.564079.3981-67.7709

#a807da color RGB value is (168,7,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000111 11011010
Octal 250 7 332
Decimal 168 7 218
Hex A8 7 DA

RGB Percentages of Color #a807da

%42.75
%1.78
%55.47

CMYK Percentages of Color #a807da

%23
%97
%0
%15

Triadic Colors of #a807da

#a807da #daa807 #07daa8

Analogous Colors of #a807da

#a807da #da07a3 #3e07da

Monochromatic Colors of #a807da

#a807da

Complementary Color

#a807da #39da07

#a807da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a807da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a807da Color CSS Codes

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

#a807da Text Font Color

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

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


#a807da Background Color

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

This div background color is #a807da


#a807da Border Color

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

This div border color is #a807da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a807da


Comments

No comments written yet.

Please login to write comment.